Html Css Color HEX #A6684C Sante Fe

📋 copy color: '#A6684C'

red 166 ◦ green 104 ◦ blue 76

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

Shades of Sante Fe #A6684C

Tints of Sante Fe #A6684C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

 BLUE value IS 76 (30.08% from 255) = 21.97%

R = 47.98%
G = 30.06%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6684C (or 0xA6684C) is known color: Sante Fe. HEX triplet: A6, 68 and 4C. RGB value is (166,104,76). Sum of RGB (Red+Green+Blue) = 166+104+76=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 76 (30.08% from 255 or 21.97% from 346); Max value from RGB is 166 - color contains mainly: red. Hex color #A6684C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6684C is #5997B3. Grayscale: #777777. Windows color (decimal): -5871540 or 5007526. OLE color: 5007526.

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

Color convert

RGB 166 104 76 -
CMYK 0 0.37 0.54 0.35
HSL 18.67º 0.37% 0.47% -
HSV(B) 18.67º 0.54% 0.65% -
XYZ 21.98 18.53 9.26 -
YUV 119.35 103.54 161.28 -
System Red Green Blue C M Y K H S L
Decimal 166 104 76 0 0.37 0.54 0.35 18.67 0.37 0.47
Hex A6 68 4C 0 25 36 23 13 25 2F
Octal 246 150 114 0 45 66 43 23 45 57
Binary 10100110 1101000 1001100 0 100101 110110 100011 10011 100101 101111

Color Harmonies of #A6684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6684C

Black with #A6684C

Text Example


Text Example

White with #A6684C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6684C; }

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

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

background-color css

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

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

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

border-color css

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

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

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