#9D6608

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

Shades of Golden Brown #9D6608

Tints of Golden Brown #9D6608

Color information

#9D6608 (or 0x9D6608) is unknown color: approx Golden Brown. HEX triplet: 9D, 66 and 08. RGB value is (157,102,8). Sum of RGB (Red+Green+Blue) = 157+102+8=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6608 is #6299F7. Grayscale: #6C6C6C. Windows color (decimal): -6461944 or 550557. OLE color: 550557.

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

Color convert

RGB1571028-
CMYK00.350.950.38
HSL37.85º90.3%32.35%-
HSV(B)37.85º94.9%61.57%-
XYZ18.716.692.47-
YUV107.7371.72163.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 8 (3.52% from 255) = 3.00%
R=58.80%
G=38.20%
B=3.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157102800.350.950.3837.8590.332.35
Hex9D6680235F26265a20
Octal23514610043137464613240
Binary1001110111001101000010001110111111001101001101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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