#666220

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

Shades of Costa Del Sol #666220

Tints of Costa Del Sol #666220

Color information

#666220 (or 0x666220) is unknown color: approx Costa Del Sol. HEX triplet: 66, 62 and 20. RGB value is (102,98,32). Sum of RGB (Red+Green+Blue) = 102+98+32=232 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.97% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 32 (12.89% from 255 or 13.79% from 232); Max value from RGB is 102 - color contains mainly: red. Hex color #666220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666220 is #999DDF. Grayscale: #5B5B5B. Windows color (decimal): -10067424 or 2122342. OLE color: 2122342.

HSL color Cylindrical-coordinate representation of color #666220: hue angle of 56.57º 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 #666220 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB1029832-
CMYK00.040.690.6
HSL56.57º52.24%26.27%-
HSV(B)56.57º68.63%40%-
XYZ10.1111.663.09-
YUV91.6794.33135.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.97%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 32 (12.89% from 255) = 13.79%
R=43.97%
G=42.24%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102983200.040.690.656.5752.2426.27
Hex66622004453C39341a
Octal146142400410574716432
Binary110011011000101000000100100010111110011100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666220; }

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

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

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

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

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

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

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

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