#9A6806

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

Shades of Golden Brown #9A6806

Tints of Golden Brown #9A6806

Color information

#9A6806 (or 0x9A6806) is unknown color: approx Golden Brown. HEX triplet: 9A, 68 and 06. RGB value is (154,104,6). Sum of RGB (Red+Green+Blue) = 154+104+6=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6806 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6806 is #6597F9. Grayscale: #6C6C6C. Windows color (decimal): -6658042 or 419994. OLE color: 419994.

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

Color convert

RGB1541046-
CMYK00.320.960.40
HSL39.73º92.5%31.37%-
HSV(B)39.73º96.1%60.39%-
XYZ18.3116.782.45-
YUV107.7870.56160.97-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.33%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=58.33%
G=39.39%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154104600.320.960.4039.7392.531.37
Hex9A6860206028285c1f
Octal2321506040140505013437
Binary10011010110100011001000001100000101000101000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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