Html Css Color HEX #9E6E05 Golden Brown

📋 copy color: '#9E6E05'

red 158 ◦ green 110 ◦ blue 5

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

Shades of Golden Brown #9E6E05

Tints of Golden Brown #9E6E05

RGB

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

 GREEN value IS 110 (43.36% from 255) = 40.29%

 BLUE value IS 5 (2.34% from 255) = 1.83%

R = 57.88%
G = 40.29%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9E6E05 (or 0x9E6E05) is known color: Golden Brown. HEX triplet: 9E, 6E and 05. RGB value is (158,110,5). Sum of RGB (Red+Green+Blue) = 158+110+5=273 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.88% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 5 (2.34% from 255 or 1.83% from 273); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6E05 is #6191FA. Grayscale: #707070. Windows color (decimal): -6394363 or 355998. OLE color: 355998.

HSL color Cylindrical-coordinate representation of color #9E6E05: hue angle of 41.18º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E6E05 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 110 5 -
CMYK 0 0.30 0.97 0.38
HSL 41.18º 0.94% 0.32% -
HSV(B) 41.18º 0.97% 0.62% -
XYZ 19.7 18.43 2.66 -
YUV 112.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 158 110 5 0 0.30 0.97 0.38 41.18 0.94 0.32
Hex 9E 6E 5 0 1E 61 26 29 5E 20
Octal 236 156 5 0 36 141 46 51 136 40
Binary 10011110 1101110 101 0 11110 1100001 100110 101001 1011110 100000

Color Harmonies of #9E6E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6E05

Black with #9E6E05

Text Example


Text Example

White with #9E6E05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,110,5); }

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

background-color css

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

 a { background-color: rgb(158,110,5); }

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

border-color css

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

 span { border-color: rgb(158,110,5); }

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