#A6603C

Color #A6603C Desert (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Desert #A6603C

Tints of Desert #A6603C

Color information

#A6603C (or 0xA6603C) is unknown color: approx Desert. HEX triplet: A6, 60 and 3C. RGB value is (166,96,60). Sum of RGB (Red+Green+Blue) = 166+96+60=322 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.55% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 166 - color contains mainly: red. Hex color #A6603C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6603C is #599FC3. Grayscale: #717171. Windows color (decimal): -5873604 or 3956902. OLE color: 3956902.

HSL color Cylindrical-coordinate representation of color #A6603C: hue angle of 20.38º degrees, saturation: 0.47, 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 #A6603C is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB1669660-
CMYK00.420.640.35
HSL20.38º46.9%44.31%-
HSV(B)20.38º63.86%65.1%-
XYZ20.7216.86.43-
YUV112.8398.19165.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.55%
GREEN value IS 96 (37.89% from 255) = 29.81%
BLUE value IS 60 (23.83% from 255) = 18.63%
R=51.55%
G=29.81%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166966000.420.640.3520.3846.944.31
HexA6603C02A4023142f2c
Octal2461407405210043245754
Binary1010011011000001111000101010100000010001110100101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6603C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6603C; }

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

 H1.HeaderClassName
 {
   color: #A6603C;
 }
 .AnyTagClassName
 {
   color: #A6603C;
 }
</style>
background-color css

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

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

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

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

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

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