#A65306

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

Shades of Golden Brown #A65306

Tints of Golden Brown #A65306

Color information

#A65306 (or 0xA65306) is unknown color: approx Golden Brown. HEX triplet: A6, 53 and 06. RGB value is (166,83,6). Sum of RGB (Red+Green+Blue) = 166+83+6=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 83 (32.81% from 255 or 32.55% from 255); Blue value is 6 (2.73% from 255 or 2.35% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A65306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65306 is #59ACF9. Grayscale: #636363. Windows color (decimal): -5876986 or 414630. OLE color: 414630.

HSL color Cylindrical-coordinate representation of color #A65306: hue angle of 28.88º 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 #A65306 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB166836-
CMYK00.500.960.35
HSL28.88º93.02%33.73%-
HSV(B)28.88º96.39%65.1%-
XYZ18.8514.311.94-
YUV99.0475.5175.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 65.10%
GREEN value IS 83 (32.81% from 255) = 32.55%
BLUE value IS 6 (2.73% from 255) = 2.35%
R=65.10%
G=32.55%
B=2.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16683600.500.960.3528.8893.0233.73
HexA653603260231d5d22
Octal2461236062140433513542
Binary10100110101001111001100101100000100011111011011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65306; }

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

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

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

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

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

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

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

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