#A67340

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

Shades of Bourbon #A67340

Tints of Bourbon #A67340

Color information

#A67340 (or 0xA67340) is unknown color: approx Bourbon. HEX triplet: A6, 73 and 40. RGB value is (166,115,64). Sum of RGB (Red+Green+Blue) = 166+115+64=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 115 (45.31% from 255 or 33.33% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A67340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A67340 is #598CBF. Grayscale: #7C7C7C. Windows color (decimal): -5868736 or 4223910. OLE color: 4223910.

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

Color convert

RGB16611564-
CMYK00.310.610.35
HSL30º44.35%45.1%-
HSV(B)30º61.45%65.1%-
XYZ22.7820.747.65-
YUV124.4493.9157.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 115 (45.31% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=48.12%
G=33.33%
B=18.55%

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
Decimal1661156400.310.610.353044.3545.1
HexA6734001F3D231e2c2d
Octal2461631000377543365455
Binary101001101110011100000001111111110110001111110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A67340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A67340; }

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

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

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

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

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

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

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

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