#A66C3F

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

Shades of Bourbon #A66C3F

Tints of Bourbon #A66C3F

Color information

#A66C3F (or 0xA66C3F) is unknown color: approx Bourbon. HEX triplet: A6, 6C and 3F. RGB value is (166,108,63). Sum of RGB (Red+Green+Blue) = 166+108+63=337 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.26% from 337); Green value is 108 (42.58% from 255 or 32.05% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C3F is #5993C0. Grayscale: #787878. Windows color (decimal): -5870529 or 4156582. OLE color: 4156582.

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

Color convert

RGB16610863-
CMYK00.350.620.35
HSL26.21º44.98%44.9%-
HSV(B)26.21º62.05%65.1%-
XYZ21.9919.197.25-
YUV120.2195.72160.66-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.26%
GREEN value IS 108 (42.58% from 255) = 32.05%
BLUE value IS 63 (25% from 255) = 18.69%
R=49.26%
G=32.05%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661086300.350.620.3526.2144.9844.9
HexA66C3F0233E231a2d2d
Octal246154770437643325555
Binary101001101101100111111010001111111010001111010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C3F; }

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

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

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

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

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

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

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

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