#A66F39

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

Shades of Bourbon #A66F39

Tints of Bourbon #A66F39

Color information

#A66F39 (or 0xA66F39) is unknown color: approx Bourbon. HEX triplet: A6, 6F and 39. RGB value is (166,111,57). Sum of RGB (Red+Green+Blue) = 166+111+57=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A66F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66F39 is #5990C6. Grayscale: #797979. Windows color (decimal): -5869767 or 3764134. OLE color: 3764134.

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

Color convert

RGB16611157-
CMYK00.330.660.35
HSL29.72º48.88%43.73%-
HSV(B)29.72º65.66%65.1%-
XYZ22.1519.776.52-
YUV121.2991.72159.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 111 (43.75% from 255) = 33.23%
BLUE value IS 57 (22.66% from 255) = 17.07%
R=49.70%
G=33.23%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661115700.330.660.3529.7248.8843.73
HexA66F3902142231e312c
Octal2461577104110243366154
Binary1010011011011111110010100001100001010001111110110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66F39; }

 p { color: rgb(166,111,57); }

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

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

 a { background-color: rgb(166,111,57); }

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

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

 span { border-color: rgb(166,111,57); }

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