#9A6E05

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

Shades of Golden Brown #9A6E05

Tints of Golden Brown #9A6E05

Color information

#9A6E05 (or 0x9A6E05) is unknown color: approx Golden Brown. HEX triplet: 9A, 6E and 05. RGB value is (154,110,5). Sum of RGB (Red+Green+Blue) = 154+110+5=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6E05 is #6591FA. Grayscale: #6F6F6F. Windows color (decimal): -6656507 or 355994. OLE color: 355994.

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

Color convert

RGB1541105-
CMYK00.290.970.40
HSL42.28º93.71%31.18%-
HSV(B)42.28º96.75%60.39%-
XYZ18.9318.032.63-
YUV111.1968.08158.54-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.25%
GREEN value IS 110 (43.36% from 255) = 40.89%
BLUE value IS 5 (2.34% from 255) = 1.86%
R=57.25%
G=40.89%
B=1.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154110500.290.970.4042.2893.7131.18
Hex9A6E501D61282a5e1f
Octal2321565035141505213637
Binary1001101011011101010111011100001101000101010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,110,5); }

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

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

 a { background-color: rgb(154,110,5); }

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

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

 span { border-color: rgb(154,110,5); }

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