#A66C3C

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

Shades of Bourbon #A66C3C

Tints of Bourbon #A66C3C

Color information

#A66C3C (or 0xA66C3C) is unknown color: approx Bourbon. HEX triplet: A6, 6C and 3C. RGB value is (166,108,60). Sum of RGB (Red+Green+Blue) = 166+108+60=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C3C is #5993C3. Grayscale: #787878. Windows color (decimal): -5870532 or 3959974. OLE color: 3959974.

HSL color Cylindrical-coordinate representation of color #A66C3C: hue angle of 27.17º degrees, saturation: 0.47, 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 #A66C3C is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB16610860-
CMYK00.350.640.35
HSL27.17º46.9%44.31%-
HSV(B)27.17º63.86%65.1%-
XYZ21.919.166.82-
YUV119.8794.22160.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 60 (23.83% from 255) = 17.96%
R=49.70%
G=32.34%
B=17.96%

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
Decimal1661086000.350.640.3527.1746.944.31
HexA66C3C02340231b2f2c
Octal2461547404310043335754
Binary1010011011011001111000100011100000010001111011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C3C; }

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

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

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

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

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

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

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

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