#A6663C

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

Shades of Desert #A6663C

Tints of Desert #A6663C

Color information

#A6663C (or 0xA6663C) is unknown color: approx Desert. HEX triplet: A6, 66 and 3C. RGB value is (166,102,60). Sum of RGB (Red+Green+Blue) = 166+102+60=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 60 (23.83% from 255 or 18.29% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6663C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6663C is #5999C3. Grayscale: #747474. Windows color (decimal): -5872068 or 3958438. OLE color: 3958438.

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

Color convert

RGB16610260-
CMYK00.390.640.35
HSL23.77º46.9%44.31%-
HSV(B)23.77º63.86%65.1%-
XYZ21.2917.946.61-
YUV116.3596.2163.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.61%
GREEN value IS 102 (40.23% from 255) = 31.10%
BLUE value IS 60 (23.83% from 255) = 18.29%
R=50.61%
G=31.10%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661026000.390.640.3523.7746.944.31
HexA6663C0274023182f2c
Octal2461467404710043305754
Binary1010011011001101111000100111100000010001111000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6663C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6663C; }

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

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

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

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

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

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

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

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