Html Css Color HEX #9E6120 Golden Brown

📋 copy color: '#9E6120'

red 158 ◦ green 97 ◦ blue 32

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

Shades of Golden Brown #9E6120

Tints of Golden Brown #9E6120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.15%

R = 55.05%
G = 33.8%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#9E6120 (or 0x9E6120) is known color: Golden Brown. HEX triplet: 9E, 61 and 20. RGB value is (158,97,32). Sum of RGB (Red+Green+Blue) = 158+97+32=287 (38% of max value = 765). Red value is 158 (62.11% from 255 or 55.05% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6120 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6120 is #619EDF. Grayscale: #6C6C6C. Windows color (decimal): -6397664 or 2122142. OLE color: 2122142.

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

Color convert

RGB 158 97 32 -
CMYK 0 0.39 0.80 0.38
HSL 30.95º 0.66% 0.37% -
HSV(B) 30.95º 0.8% 0.62% -
XYZ 18.64 15.92 3.46 -
YUV 107.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 158 97 32 0 0.39 0.80 0.38 30.95 0.66 0.37
Hex 9E 61 20 0 27 50 26 1F 42 25
Octal 236 141 40 0 47 120 46 37 102 45
Binary 10011110 1100001 100000 0 100111 1010000 100110 11111 1000010 100101

Color Harmonies of #9E6120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6120

Black with #9E6120

Text Example


Text Example

White with #9E6120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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