Html Css Color HEX #A6613F Desert

📋 copy color: '#A6613F'

red 166 ◦ green 97 ◦ blue 63

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

Shades of Desert #A6613F

Tints of Desert #A6613F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.75%

 BLUE value IS 63 (25% from 255) = 19.33%

R = 50.92%
G = 29.75%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A6613F (or 0xA6613F) is known color: Desert. HEX triplet: A6, 61 and 3F. RGB value is (166,97,63). Sum of RGB (Red+Green+Blue) = 166+97+63=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6613F is #599EC0. Grayscale: #717171. Windows color (decimal): -5873345 or 4153766. OLE color: 4153766.

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

Color convert

RGB 166 97 63 -
CMYK 0 0.42 0.62 0.35
HSL 19.81º 0.45% 0.45% -
HSV(B) 19.81º 0.62% 0.65% -
XYZ 20.9 17.02 6.89 -
YUV 113.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 166 97 63 0 0.42 0.62 0.35 19.81 0.45 0.45
Hex A6 61 3F 0 2A 3E 23 14 2D 2D
Octal 246 141 77 0 52 76 43 24 55 55
Binary 10100110 1100001 111111 0 101010 111110 100011 10100 101101 101101

Color Harmonies of #A6613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6613F

Black with #A6613F

Text Example


Text Example

White with #A6613F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6613F; }

 p { color: rgb(166,97,63); }

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

background-color css

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

 a { background-color: rgb(166,97,63); }

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

border-color css

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

 span { border-color: rgb(166,97,63); }

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