#9D6217

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

Shades of Golden Brown #9D6217

Tints of Golden Brown #9D6217

Color information

#9D6217 (or 0x9D6217) is unknown color: approx Golden Brown. HEX triplet: 9D, 62 and 17. RGB value is (157,98,23). Sum of RGB (Red+Green+Blue) = 157+98+23=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6217 is #629DE8. Grayscale: #6B6B6B. Windows color (decimal): -6462953 or 1532573. OLE color: 1532573.

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

Color convert

RGB1579823-
CMYK00.380.850.38
HSL33.58º74.44%35.29%-
HSV(B)33.58º85.35%61.57%-
XYZ18.4315.972.92-
YUV107.0980.55163.6-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.47%
GREEN value IS 98 (38.67% from 255) = 35.25%
BLUE value IS 23 (9.38% from 255) = 8.27%
R=56.47%
G=35.25%
B=8.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.85
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157982300.380.850.3833.5874.4435.29
Hex9D62170265526224a23
Octal23514227046125464211243
Binary10011101110001010111010011010101011001101000101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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