Html Css Color HEX #A6703F Bourbon

📋 copy color: '#A6703F'

red 166 ◦ green 112 ◦ blue 63

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

Shades of Bourbon #A6703F

Tints of Bourbon #A6703F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.84%

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

R = 48.68%
G = 32.84%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6703F (or 0xA6703F) is known color: Bourbon. HEX triplet: A6, 70 and 3F. RGB value is (166,112,63). Sum of RGB (Red+Green+Blue) = 166+112+63=341 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.68% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 63 (25% from 255 or 18.48% from 341); Max value from RGB is 166 - color contains mainly: red. Hex color #A6703F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6703F is #598FC0. Grayscale: #7A7A7A. Windows color (decimal): -5869505 or 4157606. OLE color: 4157606.

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

Color convert

RGB 166 112 63 -
CMYK 0 0.33 0.62 0.35
HSL 28.54º 0.45% 0.45% -
HSV(B) 28.54º 0.62% 0.65% -
XYZ 22.42 20.05 7.39 -
YUV 122.56 94.39 158.98 -
System Red Green Blue C M Y K H S L
Decimal 166 112 63 0 0.33 0.62 0.35 28.54 0.45 0.45
Hex A6 70 3F 0 21 3E 23 1D 2D 2D
Octal 246 160 77 0 41 76 43 35 55 55
Binary 10100110 1110000 111111 0 100001 111110 100011 11101 101101 101101

Color Harmonies of #A6703F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6703F

Black with #A6703F

Text Example


Text Example

White with #A6703F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6703F; }

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

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

background-color css

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

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

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

border-color css

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

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

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