#9D6008

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

Shades of Golden Brown #9D6008

Tints of Golden Brown #9D6008

Color information

#9D6008 (or 0x9D6008) is unknown color: approx Golden Brown. HEX triplet: 9D, 60 and 08. RGB value is (157,96,8). Sum of RGB (Red+Green+Blue) = 157+96+8=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6008 is #629FF7. Grayscale: #686868. Windows color (decimal): -6463480 or 549021. OLE color: 549021.

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

Color convert

RGB157968-
CMYK00.390.950.38
HSL35.44º90.3%32.35%-
HSV(B)35.44º94.9%61.57%-
XYZ18.1315.552.28-
YUV104.2173.71165.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.15%
GREEN value IS 96 (37.89% from 255) = 36.78%
BLUE value IS 8 (3.52% from 255) = 3.07%
R=60.15%
G=36.78%
B=3.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15796800.390.950.3835.4490.332.35
Hex9D6080275F26235a20
Octal23514010047137464313240
Binary1001110111000001000010011110111111001101000111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,96,8); }

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

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

 a { background-color: rgb(157,96,8); }

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

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

 span { border-color: rgb(157,96,8); }

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