#666620

Color #666620 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #666620

Tints of Costa Del Sol #666620

Color information

#666620 (or 0x666620) is unknown color: approx Costa Del Sol. HEX triplet: 66, 66 and 20. RGB value is (102,102,32). Sum of RGB (Red+Green+Blue) = 102+102+32=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 102 - color contains mainly: red, green. Hex color #666620 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666620 is #9999DF. Grayscale: #5E5E5E. Windows color (decimal): -10066400 or 2123366. OLE color: 2123366.

HSL color Cylindrical-coordinate representation of color #666620: hue angle of 60º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #666620 is Cyan = 0, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB10210232-
CMYK000.690.6
HSL60º52.24%26.27%-
HSV(B)60º68.63%40%-
XYZ10.4912.433.21-
YUV94.0293133.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 32 (12.89% from 255) = 13.56%
R=43.22%
G=43.22%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210232000.690.66052.2426.27
Hex66662000453C3c341a
Octal146146400010574746432
Binary1100110110011010000000100010111110011110011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666620; }

 p { color: rgb(102,102,32); }

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

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

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

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

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

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

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