#A6684E

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

Shades of Sante Fe #A6684E

Tints of Sante Fe #A6684E

Color information

#A6684E (or 0xA6684E) is unknown color: approx Sante Fe. HEX triplet: A6, 68 and 4E. RGB value is (166,104,78). Sum of RGB (Red+Green+Blue) = 166+104+78=348 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.70% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 166 - color contains mainly: red. Hex color #A6684E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6684E is #5997B1. Grayscale: #777777. Windows color (decimal): -5871538 or 5138598. OLE color: 5138598.

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

Color convert

RGB16610478-
CMYK00.370.530.35
HSL17.73º36.07%47.84%-
HSV(B)17.73º53.01%65.1%-
XYZ22.0518.569.63-
YUV119.57104.54161.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.70%
GREEN value IS 104 (41.02% from 255) = 29.89%
BLUE value IS 78 (30.86% from 255) = 22.41%
R=47.70%
G=29.89%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.53
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661047800.370.530.3517.7336.0747.84
HexA6684E0253523122430
Octal2461501160456543224460
Binary1010011011010001001110010010111010110001110010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6684E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6684E; }

 p { color: rgb(166,104,78); }

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

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

 a { background-color: rgb(166,104,78); }

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

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

 span { border-color: rgb(166,104,78); }

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