#A6663D

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

Shades of Desert #A6663D

Tints of Desert #A6663D

Color information

#A6663D (or 0xA6663D) is unknown color: approx Desert. HEX triplet: A6, 66 and 3D. RGB value is (166,102,61). Sum of RGB (Red+Green+Blue) = 166+102+61=329 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.46% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 166 - color contains mainly: red. Hex color #A6663D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A6663D is #5999C2. Grayscale: #747474. Windows color (decimal): -5872067 or 4023974. OLE color: 4023974.

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

Color convert

RGB16610261-
CMYK00.390.630.35
HSL23.43º46.26%44.51%-
HSV(B)23.43º63.25%65.1%-
XYZ21.3217.956.76-
YUV116.4696.7163.33-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.46%
GREEN value IS 102 (40.23% from 255) = 31.00%
BLUE value IS 61 (24.22% from 255) = 18.54%
R=50.46%
G=31.00%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1661026100.390.630.3523.4346.2644.51
HexA6663D0273F23172e2d
Octal246146750477743275655
Binary101001101100110111101010011111111110001110111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6663D; }

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

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

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

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

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

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

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

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