#A67341

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

Shades of Bourbon #A67341

Tints of Bourbon #A67341

Color information

#A67341 (or 0xA67341) is unknown color: approx Bourbon. HEX triplet: A6, 73 and 41. RGB value is (166,115,65). Sum of RGB (Red+Green+Blue) = 166+115+65=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A67341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67341 is #598CBE. Grayscale: #7C7C7C. Windows color (decimal): -5868735 or 4289446. OLE color: 4289446.

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

Color convert

RGB16611565-
CMYK00.310.610.35
HSL29.7º43.72%45.29%-
HSV(B)29.7º60.84%65.1%-
XYZ22.8120.757.8-
YUV124.5594.4157.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.98%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 65 (25.78% from 255) = 18.79%
R=47.98%
G=33.24%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661156500.310.610.3529.743.7245.29
HexA6734101F3D231e2c2d
Octal2461631010377543365455
Binary101001101110011100000101111111110110001111110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67341; }

 p { color: rgb(166,115,65); }

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

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

 a { background-color: rgb(166,115,65); }

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

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

 span { border-color: rgb(166,115,65); }

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