Html Css Color HEX #A6603B Desert

📋 copy color: '#A6603B'

red 166 ◦ green 96 ◦ blue 59

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

Shades of Desert #A6603B

Tints of Desert #A6603B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.91%

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 51.71%
G = 29.91%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A6603B (or 0xA6603B) is known color: Desert. HEX triplet: A6, 60 and 3B. RGB value is (166,96,59). Sum of RGB (Red+Green+Blue) = 166+96+59=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A6603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6603B is #599FC4. Grayscale: #707070. Windows color (decimal): -5873605 or 3891366. OLE color: 3891366.

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

Color convert

RGB 166 96 59 -
CMYK 0 0.42 0.64 0.35
HSL 20.75º 0.48% 0.44% -
HSV(B) 20.75º 0.64% 0.65% -
XYZ 20.7 16.79 6.29 -
YUV 112.71 97.69 166.01 -
System Red Green Blue C M Y K H S L
Decimal 166 96 59 0 0.42 0.64 0.35 20.75 0.48 0.44
Hex A6 60 3B 0 2A 40 23 15 30 2C
Octal 246 140 73 0 52 100 43 25 60 54
Binary 10100110 1100000 111011 0 101010 1000000 100011 10101 110000 101100

Color Harmonies of #A6603B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6603B

Black with #A6603B

Text Example


Text Example

White with #A6603B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6603B; }

 p { color: rgb(166,96,59); }

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

background-color css

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

 a { background-color: rgb(166,96,59); }

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

border-color css

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

 span { border-color: rgb(166,96,59); }

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