#666006

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

Shades of Costa Del Sol #666006

Tints of Costa Del Sol #666006

Color information

#666006 (or 0x666006) is unknown color: approx Costa Del Sol. HEX triplet: 66, 60 and 06. RGB value is (102,96,6). Sum of RGB (Red+Green+Blue) = 102+96+6=204 (27% of max value = 765). Red value is 102 (40.23% from 255 or 50% from 204); Green value is 96 (37.89% from 255 or 47.06% from 204); Blue value is 6 (2.73% from 255 or 2.94% from 204); Max value from RGB is 102 - color contains mainly: red. Hex color #666006 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666006 is #999FF9. Grayscale: #575757. Windows color (decimal): -10067962 or 417894. OLE color: 417894.

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

Color convert

RGB102966-
CMYK00.060.940.6
HSL56.25º88.89%21.18%-
HSV(B)56.25º94.12%40%-
XYZ9.711.21.82-
YUV87.5381.99138.32-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 50%
GREEN value IS 96 (37.89% from 255) = 47.06%
BLUE value IS 6 (2.73% from 255) = 2.94%
R=50%
G=47.06%
B=2.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.94
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10296600.060.940.656.2588.8921.18
Hex66606065E3C385915
Octal146140606136747013125
Binary1100110110000011001101011110111100111000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666006; }

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

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

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

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

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

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

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

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