Html Css Color HEX #A6634D Sante Fe

📋 copy color: '#A6634D'

red 166 ◦ green 99 ◦ blue 77

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

Shades of Sante Fe #A6634D

Tints of Sante Fe #A6634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.95%

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

R = 48.54%
G = 28.95%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.35

RGB Variations

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

Color information

#A6634D (or 0xA6634D) is known color: Sante Fe. HEX triplet: A6, 63 and 4D. RGB value is (166,99,77). Sum of RGB (Red+Green+Blue) = 166+99+77=342 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.54% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 166 - color contains mainly: red. Hex color #A6634D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6634D is #599CB2. Grayscale: #747474. Windows color (decimal): -5872819 or 5071782. OLE color: 5071782.

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

Color convert

RGB 166 99 77 -
CMYK 0 0.40 0.54 0.35
HSL 14.83º 0.37% 0.48% -
HSV(B) 14.83º 0.54% 0.65% -
XYZ 21.53 17.57 9.28 -
YUV 116.53 105.7 163.29 -
System Red Green Blue C M Y K H S L
Decimal 166 99 77 0 0.40 0.54 0.35 14.83 0.37 0.48
Hex A6 63 4D 0 28 36 23 F 25 30
Octal 246 143 115 0 50 66 43 17 45 60
Binary 10100110 1100011 1001101 0 101000 110110 100011 1111 100101 110000

Color Harmonies of #A6634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6634D

Black with #A6634D

Text Example


Text Example

White with #A6634D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6634D; }

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

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

background-color css

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

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

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

border-color css

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

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

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