#666010

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

Shades of Costa Del Sol #666010

Tints of Costa Del Sol #666010

Color information

#666010 (or 0x666010) is unknown color: approx Costa Del Sol. HEX triplet: 66, 60 and 10. RGB value is (102,96,16). Sum of RGB (Red+Green+Blue) = 102+96+16=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #666010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666010 is #999FEF. Grayscale: #595959. Windows color (decimal): -10067952 or 1073254. OLE color: 1073254.

HSL color Cylindrical-coordinate representation of color #666010: hue angle of 55.81º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #666010 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1029616-
CMYK00.060.840.6
HSL55.81º72.88%23.14%-
HSV(B)55.81º84.31%40%-
XYZ9.7611.232.14-
YUV88.6786.99137.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.66%
GREEN value IS 96 (37.89% from 255) = 44.86%
BLUE value IS 16 (6.64% from 255) = 7.48%
R=47.66%
G=44.86%
B=7.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102961600.060.840.655.8172.8823.14
Hex66601006543C384917
Octal1461402006124747011127
Binary110011011000001000001101010100111100111000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666010; }

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

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

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

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

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

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

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

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