#A6560B

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

Shades of Golden Brown #A6560B

Tints of Golden Brown #A6560B

Color information

#A6560B (or 0xA6560B) is unknown color: approx Golden Brown. HEX triplet: A6, 56 and 0B. RGB value is (166,86,11). Sum of RGB (Red+Green+Blue) = 166+86+11=263 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.12% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 11 (4.69% from 255 or 4.18% from 263); Max value from RGB is 166 - color contains mainly: red. Hex color #A6560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6560B is #59A9F4. Grayscale: #656565. Windows color (decimal): -5876213 or 743078. OLE color: 743078.

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

Color convert

RGB1668611-
CMYK00.480.930.35
HSL29.03º87.57%34.71%-
HSV(B)29.03º93.37%65.1%-
XYZ19.1114.792.16-
YUV101.3777174.1-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 63.12%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 11 (4.69% from 255) = 4.18%
R=63.12%
G=32.70%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166861100.480.930.3529.0387.5734.71
HexA656B0305D231d5823
Octal24612613060135433513043
Binary101001101010110101101100001011101100011111011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6560B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6560B; }

 p { color: rgb(166,86,11); }

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

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

 a { background-color: rgb(166,86,11); }

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

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

 span { border-color: rgb(166,86,11); }

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