#A6640C

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

Shades of Golden Brown #A6640C

Tints of Golden Brown #A6640C

Color information

#A6640C (or 0xA6640C) is unknown color: approx Golden Brown. HEX triplet: A6, 64 and 0C. RGB value is (166,100,12). Sum of RGB (Red+Green+Blue) = 166+100+12=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 100 (39.45% from 255 or 35.97% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A6640C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6640C is #599BF3. Grayscale: #6E6E6E. Windows color (decimal): -5872628 or 812198. OLE color: 812198.

HSL color Cylindrical-coordinate representation of color #A6640C: hue angle of 34.29º degrees, saturation: 0.87, 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 #A6640C is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB16610012-
CMYK00.400.930.35
HSL34.29º86.52%34.9%-
HSV(B)34.29º92.77%65.1%-
XYZ20.3517.252.6-
YUV109.772.87168.16-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 59.71%
GREEN value IS 100 (39.45% from 255) = 35.97%
BLUE value IS 12 (5.08% from 255) = 4.32%
R=59.71%
G=35.97%
B=4.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661001200.400.930.3534.2986.5234.9
HexA664C0285D23225723
Octal24614414050135434212743
Binary1010011011001001100010100010111011000111000101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6640C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6640C; }

 p { color: rgb(166,100,12); }

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

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

 a { background-color: rgb(166,100,12); }

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

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

 span { border-color: rgb(166,100,12); }

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