#666424

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

Shades of Costa Del Sol #666424

Tints of Costa Del Sol #666424

Color information

#666424 (or 0x666424) is unknown color: approx Costa Del Sol. HEX triplet: 66, 64 and 24. RGB value is (102,100,36). Sum of RGB (Red+Green+Blue) = 102+100+36=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 36 (14.45% from 255 or 15.13% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #666424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666424 is #999BDB. Grayscale: #5D5D5D. Windows color (decimal): -10066908 or 2384998. OLE color: 2384998.

HSL color Cylindrical-coordinate representation of color #666424: hue angle of 58.18º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #666424 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB10210036-
CMYK00.020.650.6
HSL58.18º47.83%27.06%-
HSV(B)58.18º64.71%40%-
XYZ10.3612.073.45-
YUV93.395.66134.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 100 (39.45% from 255) = 42.02%
BLUE value IS 36 (14.45% from 255) = 15.13%
R=42.86%
G=42.02%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021003600.020.650.658.1847.8327.06
Hex66642402413C3a301b
Octal146144440210174726033
Binary11001101100100100100010100000111110011101011000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666424; }

 p { color: rgb(102,100,36); }

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

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

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

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

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

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

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