Html Css Color HEX #A6713F Bourbon

📋 copy color: '#A6713F'

red 166 ◦ green 113 ◦ blue 63

#A6713F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bourbon #A6713F

Tints of Bourbon #A6713F

RGB

 RED value IS 166 (65.23% from 255) = 48.54%

 GREEN value IS 113 (44.53% from 255) = 33.04%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 48.54%
G = 33.04%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6713F (or 0xA6713F) is known color: Bourbon. HEX triplet: A6, 71 and 3F. RGB value is (166,113,63). Sum of RGB (Red+Green+Blue) = 166+113+63=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 113 (44.53% from 255 or 33.04% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6713F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6713F is #598EC0. Grayscale: #7B7B7B. Windows color (decimal): -5869249 or 4157862. OLE color: 4157862.

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

Color convert

RGB 166 113 63 -
CMYK 0 0.32 0.62 0.35
HSL 29.13º 0.45% 0.45% -
HSV(B) 29.13º 0.62% 0.65% -
XYZ 22.53 20.28 7.43 -
YUV 123.15 94.06 158.57 -
System Red Green Blue C M Y K H S L
Decimal 166 113 63 0 0.32 0.62 0.35 29.13 0.45 0.45
Hex A6 71 3F 0 20 3E 23 1D 2D 2D
Octal 246 161 77 0 40 76 43 35 55 55
Binary 10100110 1110001 111111 0 100000 111110 100011 11101 101101 101101

Color Harmonies of #A6713F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6713F

Black with #A6713F

Text Example


Text Example

White with #A6713F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6713F; }

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

 H1.HeaderClassName
 {
   color: #A6713F;
 }
 .AnyTagClassName
 {
   color: #A6713F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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