#A66C3B

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

Shades of Bourbon #A66C3B

Tints of Bourbon #A66C3B

Color information

#A66C3B (or 0xA66C3B) is unknown color: approx Bourbon. HEX triplet: A6, 6C and 3B. RGB value is (166,108,59). Sum of RGB (Red+Green+Blue) = 166+108+59=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 108 (42.58% from 255 or 32.43% from 333); Blue value is 59 (23.44% from 255 or 17.72% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C3B is #5993C4. Grayscale: #787878. Windows color (decimal): -5870533 or 3894438. OLE color: 3894438.

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

Color convert

RGB16610859-
CMYK00.350.640.35
HSL27.48º47.56%44.12%-
HSV(B)27.48º64.46%65.1%-
XYZ21.8819.156.68-
YUV119.7693.72160.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.85%
GREEN value IS 108 (42.58% from 255) = 32.43%
BLUE value IS 59 (23.44% from 255) = 17.72%
R=49.85%
G=32.43%
B=17.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661085900.350.640.3527.4847.5644.12
HexA66C3B02340231b302c
Octal2461547304310043336054
Binary1010011011011001110110100011100000010001111011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C3B; }

 p { color: rgb(166,108,59); }

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

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

 a { background-color: rgb(166,108,59); }

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

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

 span { border-color: rgb(166,108,59); }

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