#666219

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

Shades of Costa Del Sol #666219

Tints of Costa Del Sol #666219

Color information

#666219 (or 0x666219) is unknown color: approx Costa Del Sol. HEX triplet: 66, 62 and 19. RGB value is (102,98,25). Sum of RGB (Red+Green+Blue) = 102+98+25=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 102 - color contains mainly: red. Hex color #666219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666219 is #999DE6. Grayscale: #5B5B5B. Windows color (decimal): -10067431 or 1663590. OLE color: 1663590.

HSL color Cylindrical-coordinate representation of color #666219: hue angle of 56.88º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #666219 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1029825-
CMYK00.040.750.6
HSL56.88º60.63%24.9%-
HSV(B)56.88º75.49%40%-
XYZ10.0211.632.64-
YUV90.8790.83135.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 98 (38.67% from 255) = 43.56%
BLUE value IS 25 (10.16% from 255) = 11.11%
R=45.33%
G=43.56%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102982500.040.750.656.8860.6324.9
Hex666219044B3C393d19
Octal146142310411374717531
Binary11001101100010110010100100101111110011100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666219; }

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

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

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

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

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

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

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

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