#A6713D

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

Shades of Bourbon #A6713D

Tints of Bourbon #A6713D

Color information

#A6713D (or 0xA6713D) is unknown color: approx Bourbon. HEX triplet: A6, 71 and 3D. RGB value is (166,113,61). Sum of RGB (Red+Green+Blue) = 166+113+61=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6713D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6713D is #598EC2. Grayscale: #7B7B7B. Windows color (decimal): -5869251 or 4026790. OLE color: 4026790.

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

Color convert

RGB16611361-
CMYK00.320.630.35
HSL29.71º46.26%44.51%-
HSV(B)29.71º63.25%65.1%-
XYZ22.4720.257.14-
YUV122.9293.06158.73-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 113 (44.53% from 255) = 33.24%
BLUE value IS 61 (24.22% from 255) = 17.94%
R=48.82%
G=33.24%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661136100.320.630.3529.7146.2644.51
HexA6713D0203F231e2e2d
Octal246161750407743365655
Binary101001101110001111101010000011111110001111110101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6713D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6713D; }

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

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

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

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

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

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

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

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