#A66B3D

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

Shades of Bourbon #A66B3D

Tints of Bourbon #A66B3D

Color information

#A66B3D (or 0xA66B3D) is unknown color: approx Bourbon. HEX triplet: A6, 6B and 3D. RGB value is (166,107,61). Sum of RGB (Red+Green+Blue) = 166+107+61=334 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.70% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 61 (24.22% from 255 or 18.26% from 334); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66B3D is #5994C2. Grayscale: #777777. Windows color (decimal): -5870787 or 4025254. OLE color: 4025254.

HSL color Cylindrical-coordinate representation of color #A66B3D: hue angle of 26.29º 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 #A66B3D is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB16610761-
CMYK00.360.630.35
HSL26.29º46.26%44.51%-
HSV(B)26.29º63.25%65.1%-
XYZ21.8318.966.92-
YUV119.495.05161.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.70%
GREEN value IS 107 (42.19% from 255) = 32.04%
BLUE value IS 61 (24.22% from 255) = 18.26%
R=49.70%
G=32.04%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661076100.360.630.3526.2946.2644.51
HexA66B3D0243F231a2e2d
Octal246153750447743325655
Binary101001101101011111101010010011111110001111010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B3D; }

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

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

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

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

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

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

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

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