#A6640A

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

Shades of Golden Brown #A6640A

Tints of Golden Brown #A6640A

Color information

#A6640A (or 0xA6640A) is unknown color: approx Golden Brown. HEX triplet: A6, 64 and 0A. RGB value is (166,100,10). Sum of RGB (Red+Green+Blue) = 166+100+10=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A6640A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A6640A is #599BF5. Grayscale: #6D6D6D. Windows color (decimal): -5872630 or 681126. OLE color: 681126.

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

Color convert

RGB16610010-
CMYK00.400.940.35
HSL34.62º88.64%34.51%-
HSV(B)34.62º93.98%65.1%-
XYZ20.3417.242.54-
YUV109.4771.87168.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 60.14%
GREEN value IS 100 (39.45% from 255) = 36.23%
BLUE value IS 10 (4.30% from 255) = 3.62%
R=60.14%
G=36.23%
B=3.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661001000.400.940.3534.6288.6434.51
HexA664A0285E23235923
Octal24614412050136434313143
Binary1010011011001001010010100010111101000111000111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6640A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6640A; }

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

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

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

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

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

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

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

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