#A6641F

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

Shades of Golden Brown #A6641F

Tints of Golden Brown #A6641F

Color information

#A6641F (or 0xA6641F) is unknown color: approx Golden Brown. HEX triplet: A6, 64 and 1F. RGB value is (166,100,31). Sum of RGB (Red+Green+Blue) = 166+100+31=297 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.89% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 166 - color contains mainly: red. Hex color #A6641F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6641F is #599BE0. Grayscale: #707070. Windows color (decimal): -5872609 or 2057382. OLE color: 2057382.

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

Color convert

RGB16610031-
CMYK00.400.810.35
HSL30.67º68.53%38.63%-
HSV(B)30.67º81.33%65.1%-
XYZ20.5317.323.56-
YUV111.8782.37166.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.89%
GREEN value IS 100 (39.45% from 255) = 33.67%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=55.89%
G=33.67%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661003100.400.810.3530.6768.5338.63
HexA6641F02851231f4527
Octal24614437050121433710547
Binary1010011011001001111101010001010001100011111111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6641F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6641F; }

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

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

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

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

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

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

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

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