#666018

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

Shades of Costa Del Sol #666018

Tints of Costa Del Sol #666018

Color information

#666018 (or 0x666018) is unknown color: approx Costa Del Sol. HEX triplet: 66, 60 and 18. RGB value is (102,96,24). Sum of RGB (Red+Green+Blue) = 102+96+24=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 24 (9.77% from 255 or 10.81% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #666018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666018 is #999FE7. Grayscale: #595959. Windows color (decimal): -10067944 or 1597542. OLE color: 1597542.

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

Color convert

RGB1029624-
CMYK00.060.760.6
HSL55.38º61.9%24.71%-
HSV(B)55.38º76.47%40%-
XYZ9.8311.262.52-
YUV89.5990.99136.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 96 (37.89% from 255) = 43.24%
BLUE value IS 24 (9.77% from 255) = 10.81%
R=45.95%
G=43.24%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102962400.060.760.655.3861.924.71
Hex666018064C3C373e19
Octal146140300611474677631
Binary11001101100000110000110100110011110011011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666018; }

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

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

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

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

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

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

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

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