#A6743F

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

Shades of Bourbon #A6743F

Tints of Bourbon #A6743F

Color information

#A6743F (or 0xA6743F) is unknown color: approx Bourbon. HEX triplet: A6, 74 and 3F. RGB value is (166,116,63). Sum of RGB (Red+Green+Blue) = 166+116+63=345 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.12% from 345); Green value is 116 (45.70% from 255 or 33.62% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 166 - color contains mainly: red. Hex color #A6743F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6743F is #598BC0. Grayscale: #7D7D7D. Windows color (decimal): -5868481 or 4158630. OLE color: 4158630.

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

Color convert

RGB16611663-
CMYK00.300.620.35
HSL30.87º44.98%44.9%-
HSV(B)30.87º62.05%65.1%-
XYZ22.8720.967.54-
YUV124.9193.06157.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.12%
GREEN value IS 116 (45.70% from 255) = 33.62%
BLUE value IS 63 (25% from 255) = 18.26%
R=48.12%
G=33.62%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661166300.300.620.3530.8744.9844.9
HexA6743F01E3E231f2d2d
Octal246164770367643375555
Binary10100110111010011111101111011111010001111111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6743F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6743F; }

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

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

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

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

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

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

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

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