#A6694F

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

Shades of Sante Fe #A6694F

Tints of Sante Fe #A6694F

Color information

#A6694F (or 0xA6694F) is unknown color: approx Sante Fe. HEX triplet: A6, 69 and 4F. RGB value is (166,105,79). Sum of RGB (Red+Green+Blue) = 166+105+79=350 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.43% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 166 - color contains mainly: red. Hex color #A6694F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6694F is #5996B0. Grayscale: #787878. Windows color (decimal): -5871281 or 5204390. OLE color: 5204390.

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

Color convert

RGB16610579-
CMYK00.370.520.35
HSL17.93º35.51%48.04%-
HSV(B)17.93º52.41%65.1%-
XYZ22.1918.779.85-
YUV120.28104.71160.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 47.43%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 79 (31.25% from 255) = 22.57%
R=47.43%
G=30%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661057900.370.520.3517.9335.5148.04
HexA6694F0253423122430
Octal2461511170456443224460
Binary1010011011010011001111010010111010010001110010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6694F; }

 p { color: rgb(166,105,79); }

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

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

 a { background-color: rgb(166,105,79); }

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

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

 span { border-color: rgb(166,105,79); }

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