#A66D3D

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

Shades of Bourbon #A66D3D

Tints of Bourbon #A66D3D

Color information

#A66D3D (or 0xA66D3D) is unknown color: approx Bourbon. HEX triplet: A6, 6D and 3D. RGB value is (166,109,61). Sum of RGB (Red+Green+Blue) = 166+109+61=336 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.40% from 336); Green value is 109 (42.97% from 255 or 32.44% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 166 - color contains mainly: red. Hex color #A66D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66D3D is #5992C2. Grayscale: #787878. Windows color (decimal): -5870275 or 4025766. OLE color: 4025766.

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

Color convert

RGB16610961-
CMYK00.340.630.35
HSL27.43º46.26%44.51%-
HSV(B)27.43º63.25%65.1%-
XYZ22.0419.386.99-
YUV120.5794.38160.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.40%
GREEN value IS 109 (42.97% from 255) = 32.44%
BLUE value IS 61 (24.22% from 255) = 18.15%
R=49.40%
G=32.44%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661096100.340.630.3527.4346.2644.51
HexA66D3D0223F231b2e2d
Octal246155750427743335655
Binary101001101101101111101010001011111110001111011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66D3D; }

 p { color: rgb(166,109,61); }

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

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

 a { background-color: rgb(166,109,61); }

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

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

 span { border-color: rgb(166,109,61); }

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