#A6600F

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

Shades of Golden Brown #A6600F

Tints of Golden Brown #A6600F

Color information

#A6600F (or 0xA6600F) is unknown color: approx Golden Brown. HEX triplet: A6, 60 and 0F. RGB value is (166,96,15). Sum of RGB (Red+Green+Blue) = 166+96+15=277 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.93% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 166 - color contains mainly: red. Hex color #A6600F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6600F is #599FF0. Grayscale: #6C6C6C. Windows color (decimal): -5873649 or 1007782. OLE color: 1007782.

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

Color convert

RGB1669615-
CMYK00.420.910.35
HSL32.19º83.43%35.49%-
HSV(B)32.19º90.96%65.1%-
XYZ19.9916.512.58-
YUV107.775.69169.59-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.93%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 15 (6.25% from 255) = 5.42%
R=59.93%
G=34.66%
B=5.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.91
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166961500.420.910.3532.1983.4335.49
HexA660F02A5B23205323
Octal24614017052133434012343
Binary1010011011000001111010101010110111000111000001010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6600F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6600F; }

 p { color: rgb(166,96,15); }

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

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

 a { background-color: rgb(166,96,15); }

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

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

 span { border-color: rgb(166,96,15); }

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