#A66E41

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

Shades of Bourbon #A66E41

Tints of Bourbon #A66E41

Color information

#A66E41 (or 0xA66E41) is unknown color: approx Bourbon. HEX triplet: A6, 6E and 41. RGB value is (166,110,65). Sum of RGB (Red+Green+Blue) = 166+110+65=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 65 (25.78% from 255 or 19.06% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A66E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66E41 is #5991BE. Grayscale: #797979. Windows color (decimal): -5870015 or 4288166. OLE color: 4288166.

HSL color Cylindrical-coordinate representation of color #A66E41: hue angle of 26.73º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A66E41 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16611065-
CMYK00.340.610.35
HSL26.73º43.72%45.29%-
HSV(B)26.73º60.84%65.1%-
XYZ22.2619.647.62-
YUV121.6196.05159.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.68%
GREEN value IS 110 (43.36% from 255) = 32.26%
BLUE value IS 65 (25.78% from 255) = 19.06%
R=48.68%
G=32.26%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661106500.340.610.3526.7343.7245.29
HexA66E410223D231b2c2d
Octal2461561010427543335455
Binary1010011011011101000001010001011110110001111011101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66E41; }

 p { color: rgb(166,110,65); }

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

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

 a { background-color: rgb(166,110,65); }

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

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

 span { border-color: rgb(166,110,65); }

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