#A65406

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

Shades of Golden Brown #A65406

Tints of Golden Brown #A65406

Color information

#A65406 (or 0xA65406) is unknown color: approx Golden Brown. HEX triplet: A6, 54 and 06. RGB value is (166,84,6). Sum of RGB (Red+Green+Blue) = 166+84+6=256 (33% of max value = 765). Red value is 166 (65.23% from 255 or 64.84% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 6 (2.73% from 255 or 2.34% from 256); Max value from RGB is 166 - color contains mainly: red. Hex color #A65406 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65406 is #59ABF9. Grayscale: #646464. Windows color (decimal): -5876730 or 414886. OLE color: 414886.

HSL color Cylindrical-coordinate representation of color #A65406: hue angle of 29.25º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A65406 is Cyan = 0, Magento = 0.49, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB166846-
CMYK00.490.960.35
HSL29.25º93.02%33.73%-
HSV(B)29.25º96.39%65.1%-
XYZ18.9314.461.97-
YUV99.6375.17175.34-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 64.84%
GREEN value IS 84 (33.20% from 255) = 32.81%
BLUE value IS 6 (2.73% from 255) = 2.34%
R=64.84%
G=32.81%
B=2.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16684600.490.960.3529.2593.0233.73
HexA654603160231d5d22
Octal2461246061140433513542
Binary10100110101010011001100011100000100011111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65406; }

 p { color: rgb(166,84,6); }

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

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

 a { background-color: rgb(166,84,6); }

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

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

 span { border-color: rgb(166,84,6); }

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