#A6723C

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

Shades of Bourbon #A6723C

Tints of Bourbon #A6723C

Color information

#A6723C (or 0xA6723C) is unknown color: approx Bourbon. HEX triplet: A6, 72 and 3C. RGB value is (166,114,60). Sum of RGB (Red+Green+Blue) = 166+114+60=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A6723C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6723C is #598DC3. Grayscale: #7B7B7B. Windows color (decimal): -5868996 or 3961510. OLE color: 3961510.

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

Color convert

RGB16611460-
CMYK00.310.640.35
HSL30.57º46.9%44.31%-
HSV(B)30.57º63.86%65.1%-
XYZ22.5620.477.04-
YUV123.3992.23158.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 114 (44.92% from 255) = 33.53%
BLUE value IS 60 (23.83% from 255) = 17.65%
R=48.82%
G=33.53%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661146000.310.640.3530.5746.944.31
HexA6723C01F40231f2f2c
Octal2461627403710043375754
Binary101001101110010111100011111100000010001111111101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6723C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6723C; }

 p { color: rgb(166,114,60); }

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

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

 a { background-color: rgb(166,114,60); }

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

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

 span { border-color: rgb(166,114,60); }

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