#9E6508

Color #9E6508 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9E6508

Tints of Golden Brown #9E6508

Color information

#9E6508 (or 0x9E6508) is unknown color: approx Golden Brown. HEX triplet: 9E, 65 and 08. RGB value is (158,101,8). Sum of RGB (Red+Green+Blue) = 158+101+8=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6508 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9E6508 is #619AF7. Grayscale: #6B6B6B. Windows color (decimal): -6396664 or 550302. OLE color: 550302.

HSL color Cylindrical-coordinate representation of color #9E6508: hue angle of 37.2º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E6508 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.38.

Color convert

RGB1581018-
CMYK00.360.950.38
HSL37.2º90.36%32.55%-
HSV(B)37.2º94.94%61.96%-
XYZ18.816.592.44-
YUV107.4471.88164.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.18%
GREEN value IS 101 (39.84% from 255) = 37.83%
BLUE value IS 8 (3.52% from 255) = 3.00%
R=59.18%
G=37.83%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158101800.360.950.3837.290.3632.55
Hex9E6580245F26255a21
Octal23614510044137464513241
Binary1001111011001011000010010010111111001101001011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,101,8); }

 H1.HeaderClassName
 {
   color: #9E6508;
 }
 .AnyTagClassName
 {
   color: #9E6508;
 }
</style>
background-color css

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

 a { background-color: rgb(158,101,8); }

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

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

 span { border-color: rgb(158,101,8); }

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