#9D7608

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

Shades of Golden Brown #9D7608

Tints of Golden Brown #9D7608

Color information

#9D7608 (or 0x9D7608) is unknown color: approx Golden Brown. HEX triplet: 9D, 76 and 08. RGB value is (157,118,8). Sum of RGB (Red+Green+Blue) = 157+118+8=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D7608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D7608 is #6289F7. Grayscale: #757575. Windows color (decimal): -6457848 or 554653. OLE color: 554653.

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

Color convert

RGB1571188-
CMYK00.250.950.38
HSL44.3º90.3%32.35%-
HSV(B)44.3º94.9%61.57%-
XYZ20.4320.143.04-
YUV117.1266.42156.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.48%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 8 (3.52% from 255) = 2.83%
R=55.48%
G=41.70%
B=2.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157118800.250.950.3844.390.332.35
Hex9D7680195F262c5a20
Octal23516610031137465413240
Binary100111011110110100001100110111111001101011001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D7608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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