#9D6517

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

Shades of Golden Brown #9D6517

Tints of Golden Brown #9D6517

Color information

#9D6517 (or 0x9D6517) is unknown color: approx Golden Brown. HEX triplet: 9D, 65 and 17. RGB value is (157,101,23). Sum of RGB (Red+Green+Blue) = 157+101+23=281 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.87% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6517 is #629AE8. Grayscale: #6D6D6D. Windows color (decimal): -6462185 or 1533341. OLE color: 1533341.

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

Color convert

RGB15710123-
CMYK00.360.850.38
HSL34.93º74.44%35.29%-
HSV(B)34.93º85.35%61.57%-
XYZ18.7116.543.02-
YUV108.8579.55162.34-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.87%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 23 (9.38% from 255) = 8.19%
R=55.87%
G=35.94%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571012300.360.850.3834.9374.4435.29
Hex9D65170245526234a23
Octal23514527044125464311243
Binary10011101110010110111010010010101011001101000111001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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