#9D6516

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

Shades of Golden Brown #9D6516

Tints of Golden Brown #9D6516

Color information

#9D6516 (or 0x9D6516) is unknown color: approx Golden Brown. HEX triplet: 9D, 65 and 16. RGB value is (157,101,22). Sum of RGB (Red+Green+Blue) = 157+101+22=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6516 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6516 is #629AE9. Grayscale: #6D6D6D. Windows color (decimal): -6462186 or 1467805. OLE color: 1467805.

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

Color convert

RGB15710122-
CMYK00.360.860.38
HSL35.11º75.42%35.1%-
HSV(B)35.11º85.99%61.57%-
XYZ18.716.532.96-
YUV108.7479.05162.42-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.07%
GREEN value IS 101 (39.84% from 255) = 36.07%
BLUE value IS 22 (8.98% from 255) = 7.86%
R=56.07%
G=36.07%
B=7.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571012200.360.860.3835.1175.4235.1
Hex9D65160245626234b23
Octal23514526044126464311343
Binary10011101110010110110010010010101101001101000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,101,22); }

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

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

 a { background-color: rgb(157,101,22); }

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

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

 span { border-color: rgb(157,101,22); }

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