Html Css Color HEX #9E6D16 Golden Brown

📋 copy color: '#9E6D16'

red 158 ◦ green 109 ◦ blue 22

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

Shades of Golden Brown #9E6D16

Tints of Golden Brown #9E6D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 37.72%

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

R = 54.67%
G = 37.72%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.38

RGB Variations

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

Color information

#9E6D16 (or 0x9E6D16) is known color: Golden Brown. HEX triplet: 9E, 6D and 16. RGB value is (158,109,22). Sum of RGB (Red+Green+Blue) = 158+109+22=289 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.67% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6D16 is #6192E9. Grayscale: #727272. Windows color (decimal): -6394602 or 1469854. OLE color: 1469854.

HSL color Cylindrical-coordinate representation of color #9E6D16: hue angle of 38.38º 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 #9E6D16 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 109 22 -
CMYK 0 0.31 0.86 0.38
HSL 38.38º 0.76% 0.35% -
HSV(B) 38.38º 0.86% 0.62% -
XYZ 19.71 18.26 3.25 -
YUV 113.73 76.23 159.57 -
System Red Green Blue C M Y K H S L
Decimal 158 109 22 0 0.31 0.86 0.38 38.38 0.76 0.35
Hex 9E 6D 16 0 1F 56 26 26 4C 23
Octal 236 155 26 0 37 126 46 46 114 43
Binary 10011110 1101101 10110 0 11111 1010110 100110 100110 1001100 100011

Color Harmonies of #9E6D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6D16

Black with #9E6D16

Text Example


Text Example

White with #9E6D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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