Html Css Color HEX #A6714D Sante Fe

📋 copy color: '#A6714D'

red 166 ◦ green 113 ◦ blue 77

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

Shades of Sante Fe #A6714D

Tints of Sante Fe #A6714D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 21.63%

R = 46.63%
G = 31.74%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6714D (or 0xA6714D) is known color: Sante Fe. HEX triplet: A6, 71 and 4D. RGB value is (166,113,77). Sum of RGB (Red+Green+Blue) = 166+113+77=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 113 (44.53% from 255 or 31.74% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6714D is #598EB2. Grayscale: #7C7C7C. Windows color (decimal): -5869235 or 5075366. OLE color: 5075366.

HSL color Cylindrical-coordinate representation of color #A6714D: hue angle of 24.27º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A6714D is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 113 77 -
CMYK 0 0.32 0.54 0.35
HSL 24.27º 0.37% 0.48% -
HSV(B) 24.27º 0.54% 0.65% -
XYZ 22.97 20.45 9.76 -
YUV 124.74 101.06 157.43 -
System Red Green Blue C M Y K H S L
Decimal 166 113 77 0 0.32 0.54 0.35 24.27 0.37 0.48
Hex A6 71 4D 0 20 36 23 18 25 30
Octal 246 161 115 0 40 66 43 30 45 60
Binary 10100110 1110001 1001101 0 100000 110110 100011 11000 100101 110000

Color Harmonies of #A6714D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6714D

Black with #A6714D

Text Example


Text Example

White with #A6714D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6714D; }

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

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

background-color css

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

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

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

border-color css

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

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

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