#9D6406

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

Shades of Golden Brown #9D6406

Tints of Golden Brown #9D6406

Color information

#9D6406 (or 0x9D6406) is unknown color: approx Golden Brown. HEX triplet: 9D, 64 and 06. RGB value is (157,100,6). Sum of RGB (Red+Green+Blue) = 157+100+6=263 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.70% from 263); Green value is 100 (39.45% from 255 or 38.02% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9D6406 is #629BF9. Grayscale: #6A6A6A. Windows color (decimal): -6462458 or 418973. OLE color: 418973.

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

Color convert

RGB1571006-
CMYK00.360.960.38
HSL37.35º92.64%31.96%-
HSV(B)37.35º96.18%61.57%-
XYZ18.4916.32.34-
YUV106.3371.38164.14-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.70%
GREEN value IS 100 (39.45% from 255) = 38.02%
BLUE value IS 6 (2.73% from 255) = 2.28%
R=59.70%
G=38.02%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157100600.360.960.3837.3592.6431.96
Hex9D6460246026255d20
Octal2351446044140464513540
Binary100111011100100110010010011000001001101001011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D6406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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