#A66C3D

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

Shades of Bourbon #A66C3D

Tints of Bourbon #A66C3D

Color information

#A66C3D (or 0xA66C3D) is unknown color: approx Bourbon. HEX triplet: A6, 6C and 3D. RGB value is (166,108,61). Sum of RGB (Red+Green+Blue) = 166+108+61=335 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.55% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 61 (24.22% from 255 or 18.21% from 335); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A66C3D is #5993C2. Grayscale: #787878. Windows color (decimal): -5870531 or 4025510. OLE color: 4025510.

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

Color convert

RGB16610861-
CMYK00.350.630.35
HSL26.86º46.26%44.51%-
HSV(B)26.86º63.25%65.1%-
XYZ21.9319.176.96-
YUV119.9894.72160.82-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.55%
GREEN value IS 108 (42.58% from 255) = 32.24%
BLUE value IS 61 (24.22% from 255) = 18.21%
R=49.55%
G=32.24%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661086100.350.630.3526.8646.2644.51
HexA66C3D0233F231b2e2d
Octal246154750437743335655
Binary101001101101100111101010001111111110001111011101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66C3D; }

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

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

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

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

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

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

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

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