#9D6416

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

Shades of Golden Brown #9D6416

Tints of Golden Brown #9D6416

Color information

#9D6416 (or 0x9D6416) is unknown color: approx Golden Brown. HEX triplet: 9D, 64 and 16. RGB value is (157,100,22). Sum of RGB (Red+Green+Blue) = 157+100+22=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 100 (39.45% from 255 or 35.84% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6416 is #629BE9. Grayscale: #6C6C6C. Windows color (decimal): -6462442 or 1467549. OLE color: 1467549.

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

Color convert

RGB15710022-
CMYK00.360.860.38
HSL34.67º75.42%35.1%-
HSV(B)34.67º85.99%61.57%-
XYZ18.6116.342.93-
YUV108.1579.38162.84-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.27%
GREEN value IS 100 (39.45% from 255) = 35.84%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=56.27%
G=35.84%
B=7.89%

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
Decimal1571002200.360.860.3834.6775.4235.1
Hex9D64160245626234b23
Octal23514426044126464311343
Binary10011101110010010110010010010101101001101000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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