#666218

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

Shades of Costa Del Sol #666218

Tints of Costa Del Sol #666218

Color information

#666218 (or 0x666218) is unknown color: approx Costa Del Sol. HEX triplet: 66, 62 and 18. RGB value is (102,98,24). Sum of RGB (Red+Green+Blue) = 102+98+24=224 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.54% from 224); Green value is 98 (38.67% from 255 or 43.75% from 224); Blue value is 24 (9.77% from 255 or 10.71% from 224); Max value from RGB is 102 - color contains mainly: red. Hex color #666218 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666218 is #999DE7. Grayscale: #5B5B5B. Windows color (decimal): -10067432 or 1598054. OLE color: 1598054.

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

Color convert

RGB1029824-
CMYK00.040.760.6
HSL56.92º61.9%24.71%-
HSV(B)56.92º76.47%40%-
XYZ10.0111.632.58-
YUV90.7690.33136.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.54%
GREEN value IS 98 (38.67% from 255) = 43.75%
BLUE value IS 24 (9.77% from 255) = 10.71%
R=45.54%
G=43.75%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102982400.040.760.656.9261.924.71
Hex666218044C3C393e19
Octal146142300411474717631
Binary11001101100010110000100100110011110011100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666218; }

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

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

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

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

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

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

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

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