Html Css Color HEX #9E6112 Golden Brown

📋 copy color: '#9E6112'

red 158 ◦ green 97 ◦ blue 18

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

Shades of Golden Brown #9E6112

Tints of Golden Brown #9E6112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

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

R = 57.88%
G = 35.53%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9E6112 (or 0x9E6112) is known color: Golden Brown. HEX triplet: 9E, 61 and 12. RGB value is (158,97,18). Sum of RGB (Red+Green+Blue) = 158+97+18=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6112 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6112 is #619EED. Grayscale: #6A6A6A. Windows color (decimal): -6397678 or 1204638. OLE color: 1204638.

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

Color convert

RGB 158 97 18 -
CMYK 0 0.39 0.89 0.38
HSL 33.86º 0.8% 0.35% -
HSV(B) 33.86º 0.89% 0.62% -
XYZ 18.48 15.86 2.66 -
YUV 106.23 78.21 164.92 -
System Red Green Blue C M Y K H S L
Decimal 158 97 18 0 0.39 0.89 0.38 33.86 0.8 0.35
Hex 9E 61 12 0 27 59 26 22 50 23
Octal 236 141 22 0 47 131 46 42 120 43
Binary 10011110 1100001 10010 0 100111 1011001 100110 100010 1010000 100011

Color Harmonies of #9E6112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6112

Black with #9E6112

Text Example


Text Example

White with #9E6112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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