#9A5306

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

Shades of Golden Brown #9A5306

Tints of Golden Brown #9A5306

Color information

#9A5306 (or 0x9A5306) is unknown color: approx Golden Brown. HEX triplet: 9A, 53 and 06. RGB value is (154,83,6). Sum of RGB (Red+Green+Blue) = 154+83+6=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 83 (32.81% from 255 or 34.16% from 243); Blue value is 6 (2.73% from 255 or 2.47% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5306 is #65ACF9. Grayscale: #5F5F5F. Windows color (decimal): -6663418 or 414618. OLE color: 414618.

HSL color Cylindrical-coordinate representation of color #9A5306: hue angle of 31.22º 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 #9A5306 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB154836-
CMYK00.460.960.40
HSL31.22º92.5%31.37%-
HSV(B)31.22º96.1%60.39%-
XYZ16.4513.071.83-
YUV95.4577.52169.76-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.37%
GREEN value IS 83 (32.81% from 255) = 34.16%
BLUE value IS 6 (2.73% from 255) = 2.47%
R=63.37%
G=34.16%
B=2.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15483600.460.960.4031.2292.531.37
Hex9A53602E60281f5c1f
Octal2321236056140503713437
Binary1001101010100111100101110110000010100011111101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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