#A6744A

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

Shades of Bourbon #A6744A

Tints of Bourbon #A6744A

Color information

#A6744A (or 0xA6744A) is unknown color: approx Bourbon. HEX triplet: A6, 74 and 4A. RGB value is (166,116,74). Sum of RGB (Red+Green+Blue) = 166+116+74=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6744A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6744A is #598BB5. Grayscale: #7E7E7E. Windows color (decimal): -5868470 or 4879526. OLE color: 4879526.

HSL color Cylindrical-coordinate representation of color #A6744A: hue angle of 27.39º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6744A is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB16611674-
CMYK00.300.550.35
HSL27.39º38.33%47.06%-
HSV(B)27.39º55.42%65.1%-
XYZ23.2121.099.33-
YUV126.1698.56156.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=46.63%
G=32.58%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661167400.300.550.3527.3938.3347.06
HexA6744A01E37231b262f
Octal2461641120366743334657
Binary101001101110100100101001111011011110001111011100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6744A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6744A; }

 p { color: rgb(166,116,74); }

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

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

 a { background-color: rgb(166,116,74); }

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

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

 span { border-color: rgb(166,116,74); }

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