Color Hex Logo

#99680e Color Hex

#99680E
(153,104,14)
0 Favorites   0 Comments

Color spaces of #99680e

RGB 15310414
HSL0.110.830.33
HSV39°91°60°
CMYK 0.000.320.91   0.40
XYZ18.166416.70462.6823
Yxy16.70460.48370.4448
Hunter Lab40.87137.814724.7188
CIE-Lab47.885712.644751.9536

#99680e color RGB value is (153,104,14).

#99680e hex color red value is 153, green value is 104 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #99680e hue: 0.11 , saturation: 0.83 and the lightness value of 99680e is 0.33.

The process color (four color CMYK) of #99680e color hex is 0.00, 0.32, 0.91, 0.40. Web safe color of #99680e is #996600. Color #99680e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101000 00001110
Octal 231 150 16
Decimal 153 104 14
Hex 99 68 E

RGB Percentages of Color #99680e

%56.46
%38.38
%5.17

CMYK Percentages of Color #99680e

%0
%32
%91
%40

Triadic Colors of #99680e

#99680e #0e9968 #680e99

Analogous Colors of #99680e

#99680e #85990e #99230e

Monochromatic Colors of #99680e

#99680e

Complementary Color

#99680e #0e3f99

#99680e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99680e Color Preview on White Background

Lorem ipsum dolor sit amet.

#99680e Color CSS Codes

.mybgcolor {background-color:#99680e; } 
.myforecolor {color:#99680e; }
.mybordercolor {border:3px solid #99680e; }

#99680e Text Font Color

<p style="color:#99680e">Text here</p>

This sample text font color is #99680e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#99680e Background Color

<div style="background-color:#99680e">
Div content here</div>

This div background color is #99680e


#99680e Border Color

<div style="border:3px solid #99680e">
Div here</div>

This div border color is #99680e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,104,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99680e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99680e;
  -webkit-box-shadow: 1px 1px 3px 2px #99680e;
  box-shadow:         1px 1px 3px 2px #99680e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,104,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #99680e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #99680e;
  -webkit-box-shadow: 1px 1px 3px 2px #99680e;
  box-shadow:         1px 1px 3px 2px #99680e;">
Div content here</div>

This div box has shadow with color #99680e


Comments

No comments written yet.

Please login to write comment.