#9a6c09

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

Shades of Golden Brown #9A6C09

Tints of Golden Brown #9A6C09

Color information

#9A6C09 (or 0x9A6C09) is unknown color: approx Golden Brown. HEX triplet: 9A, 6C and 09. RGB value is (154,108,9). Sum of RGB (Red+Green+Blue) = 154+108+9=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 9 (3.91% from 255 or 3.32% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6C09 is #6593F6. Grayscale: #6E6E6E. Windows color (decimal): -6657015 or 617626. OLE color: 617626.

HSL color Cylindrical-coordinate representation of color #9A6C09: hue angle of 40.97º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9A6C09 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB1541089-
CMYK00.300.940.40
HSL40.97º88.96%31.96%-
HSV(B)40.97º94.16%60.39%-
XYZ18.7417.612.67-
YUV110.4770.74159.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.83%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 9 (3.91% from 255) = 3.32%
R=56.83%
G=39.85%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.94
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154108900.300.940.4040.9788.9631.96
Hex9A6C901E5E28295920
Octal23215411036136505113140
Binary100110101101100100101111010111101010001010011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a6c09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,108,9); }

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

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

 a { background-color: rgb(154,108,9); }

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

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

 span { border-color: rgb(154,108,9); }

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