#9A5506

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

Shades of Golden Brown #9A5506

Tints of Golden Brown #9A5506

Color information

#9A5506 (or 0x9A5506) is unknown color: approx Golden Brown. HEX triplet: 9A, 55 and 06. RGB value is (154,85,6). Sum of RGB (Red+Green+Blue) = 154+85+6=245 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.86% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 6 (2.73% from 255 or 2.45% from 245); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5506 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5506 is #65AAF9. Grayscale: #616161. Windows color (decimal): -6662906 or 415130. OLE color: 415130.

HSL color Cylindrical-coordinate representation of color #9A5506: hue angle of 32.03º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9A5506 is Cyan = 0, Magento = 0.45, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB154856-
CMYK00.450.960.40
HSL32.03º92.5%31.37%-
HSV(B)32.03º96.1%60.39%-
XYZ16.6113.381.88-
YUV96.6276.86168.92-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 62.86%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 6 (2.73% from 255) = 2.45%
R=62.86%
G=34.69%
B=2.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15485600.450.960.4032.0392.531.37
Hex9A55602D6028205c1f
Octal2321256055140504013437
Binary10011010101010111001011011100000101000100000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,85,6); }

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

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

 a { background-color: rgb(154,85,6); }

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

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

 span { border-color: rgb(154,85,6); }

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