#666013

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

Shades of Costa Del Sol #666013

Tints of Costa Del Sol #666013

Color information

#666013 (or 0x666013) is unknown color: approx Costa Del Sol. HEX triplet: 66, 60 and 13. RGB value is (102,96,19). Sum of RGB (Red+Green+Blue) = 102+96+19=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #666013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666013 is #999FEC. Grayscale: #595959. Windows color (decimal): -10067949 or 1269862. OLE color: 1269862.

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

Color convert

RGB1029619-
CMYK00.060.810.6
HSL55.66º68.6%23.73%-
HSV(B)55.66º81.37%40%-
XYZ9.7811.242.27-
YUV89.0288.49137.26-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 96 (37.89% from 255) = 44.24%
BLUE value IS 19 (7.81% from 255) = 8.76%
R=47.00%
G=44.24%
B=8.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102961900.060.810.655.6668.623.73
Hex66601306513C384518
Octal1461402306121747010530
Binary110011011000001001101101010001111100111000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666013; }

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

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

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

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

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

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

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

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