#A66841

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

Shades of Bourbon #A66841

Tints of Bourbon #A66841

Color information

#A66841 (or 0xA66841) is unknown color: approx Bourbon. HEX triplet: A6, 68 and 41. RGB value is (166,104,65). Sum of RGB (Red+Green+Blue) = 166+104+65=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A66841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66841 is #5997BE. Grayscale: #767676. Windows color (decimal): -5871551 or 4286630. OLE color: 4286630.

HSL color Cylindrical-coordinate representation of color #A66841: hue angle of 23.17º 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 #A66841 is Cyan = 0, Magento = 0.37, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB16610465-
CMYK00.370.610.35
HSL23.17º43.72%45.29%-
HSV(B)23.17º60.84%65.1%-
XYZ21.6318.397.41-
YUV118.0998.04162.17-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 104 (41.02% from 255) = 31.04%
BLUE value IS 65 (25.78% from 255) = 19.40%
R=49.55%
G=31.04%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661046500.370.610.3523.1743.7245.29
HexA668410253D23172c2d
Octal2461501010457543275455
Binary1010011011010001000001010010111110110001110111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66841; }

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

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

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

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

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

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

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

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