Html Css Color HEX #A6634A Sante Fe

📋 copy color: '#A6634A'

red 166 ◦ green 99 ◦ blue 74

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

Shades of Sante Fe #A6634A

Tints of Sante Fe #A6634A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 21.83%

R = 48.97%
G = 29.2%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#A6634A (or 0xA6634A) is known color: Sante Fe. HEX triplet: A6, 63 and 4A. RGB value is (166,99,74). Sum of RGB (Red+Green+Blue) = 166+99+74=339 (44% of max value = 765). Red value is 166 (65.23% from 255 or 48.97% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 74 (29.30% from 255 or 21.83% from 339); Max value from RGB is 166 - color contains mainly: red. Hex color #A6634A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6634A is #599CB5. Grayscale: #747474. Windows color (decimal): -5872822 or 4875174. OLE color: 4875174.

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

Color convert

RGB 166 99 74 -
CMYK 0 0.40 0.55 0.35
HSL 16.3º 0.38% 0.47% -
HSV(B) 16.3º 0.55% 0.65% -
XYZ 21.42 17.53 8.73 -
YUV 116.18 104.2 163.53 -
System Red Green Blue C M Y K H S L
Decimal 166 99 74 0 0.40 0.55 0.35 16.3 0.38 0.47
Hex A6 63 4A 0 28 37 23 10 26 2F
Octal 246 143 112 0 50 67 43 20 46 57
Binary 10100110 1100011 1001010 0 101000 110111 100011 10000 100110 101111

Color Harmonies of #A6634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6634A

Black with #A6634A

Text Example


Text Example

White with #A6634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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