Html Css Color HEX #9E6616 Golden Brown

📋 copy color: '#9E6616'

red 158 ◦ green 102 ◦ blue 22

#9E6616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #9E6616

Tints of Golden Brown #9E6616

RGB

 RED value IS 158 (62.11% from 255) = 56.03%

 GREEN value IS 102 (40.23% from 255) = 36.17%

 BLUE value IS 22 (8.98% from 255) = 7.8%

R = 56.03%
G = 36.17%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9E6616 (or 0x9E6616) is known color: Golden Brown. HEX triplet: 9E, 66 and 16. RGB value is (158,102,22). Sum of RGB (Red+Green+Blue) = 158+102+22=282 (37% of max value = 765). Red value is 158 (62.11% from 255 or 56.03% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6616 is #6199E9. Grayscale: #6E6E6E. Windows color (decimal): -6396394 or 1468062. OLE color: 1468062.

HSL color Cylindrical-coordinate representation of color #9E6616: hue angle of 35.29º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E6616 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 102 22 -
CMYK 0 0.35 0.86 0.38
HSL 35.29º 0.76% 0.35% -
HSV(B) 35.29º 0.86% 0.62% -
XYZ 19 16.83 3.01 -
YUV 109.62 78.55 162.5 -
System Red Green Blue C M Y K H S L
Decimal 158 102 22 0 0.35 0.86 0.38 35.29 0.76 0.35
Hex 9E 66 16 0 23 56 26 23 4C 23
Octal 236 146 26 0 43 126 46 43 114 43
Binary 10011110 1100110 10110 0 100011 1010110 100110 100011 1001100 100011

Color Harmonies of #9E6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6616

Black with #9E6616

Text Example


Text Example

White with #9E6616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E6616; }

 p { color: rgb(158,102,22); }

 H1.HeaderClassName
 {
   color: #9E6616;
 }
 .AnyTagClassName
 {
   color: #9E6616;
 }
</style>

background-color css

<style>
 a { background-color: #9E6616; }

 a { background-color: rgb(158,102,22); }

 div.DivClassName
 {
   background-color: #9E6616;
 }
 .BgClassName
 {
   background-color: #9E6616;
 }
</style>

border-color css

<style>
 span { border-color: #9E6616; }

 span { border-color: rgb(158,102,22); }

 td.TdClassName
 {
   border-color: #9E6616;
 }
 .TagClassName
 {
   border-color: #9E6616;
 }
</style>