Html Css Color HEX #9E6412 Golden Brown

📋 copy color: '#9E6412'

red 158 ◦ green 100 ◦ blue 18

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

Shades of Golden Brown #9E6412

Tints of Golden Brown #9E6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 57.25%
G = 36.23%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E6412 (or 0x9E6412) is known color: Golden Brown. HEX triplet: 9E, 64 and 12. RGB value is (158,100,18). Sum of RGB (Red+Green+Blue) = 158+100+18=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6412 is #619BED. Grayscale: #6C6C6C. Windows color (decimal): -6396910 or 1205406. OLE color: 1205406.

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

Color convert

RGB 158 100 18 -
CMYK 0 0.37 0.89 0.38
HSL 35.14º 0.8% 0.35% -
HSV(B) 35.14º 0.89% 0.62% -
XYZ 18.77 16.43 2.75 -
YUV 107.99 77.22 163.67 -
System Red Green Blue C M Y K H S L
Decimal 158 100 18 0 0.37 0.89 0.38 35.14 0.8 0.35
Hex 9E 64 12 0 25 59 26 23 50 23
Octal 236 144 22 0 45 131 46 43 120 43
Binary 10011110 1100100 10010 0 100101 1011001 100110 100011 1010000 100011

Color Harmonies of #9E6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6412

Black with #9E6412

Text Example


Text Example

White with #9E6412

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,100,18); }

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

background-color css

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

 a { background-color: rgb(158,100,18); }

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

border-color css

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

 span { border-color: rgb(158,100,18); }

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