Html Css Color HEX #A6713D Bourbon

📋 copy color: '#A6713D'

red 166 ◦ green 113 ◦ blue 61

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

Shades of Bourbon #A6713D

Tints of Bourbon #A6713D

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 value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A6713D (or 0xA6713D) is known color: 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

RGB 166 113 61 -
CMYK 0 0.32 0.63 0.35
HSL 29.71º 0.46% 0.45% -
HSV(B) 29.71º 0.63% 0.65% -
XYZ 22.47 20.25 7.14 -
YUV 122.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 166 113 61 0 0.32 0.63 0.35 29.71 0.46 0.45
Hex A6 71 3D 0 20 3F 23 1E 2E 2D
Octal 246 161 75 0 40 77 43 36 56 55
Binary 10100110 1110001 111101 0 100000 111111 100011 11110 101110 101101

Color Harmonies of #A6713D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6713D

Black with #A6713D

Text Example


Text Example

White with #A6713D

Text Example


Text Example

HTML Codes & Css Web 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>