#666016

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

Shades of Costa Del Sol #666016

Tints of Costa Del Sol #666016

Color information

#666016 (or 0x666016) is unknown color: approx Costa Del Sol. HEX triplet: 66, 60 and 16. RGB value is (102,96,22). Sum of RGB (Red+Green+Blue) = 102+96+22=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 96 (37.89% from 255 or 43.64% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #666016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666016 is #999FE9. Grayscale: #595959. Windows color (decimal): -10067946 or 1466470. OLE color: 1466470.

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

Color convert

RGB1029622-
CMYK00.060.780.6
HSL55.5º64.52%24.31%-
HSV(B)55.5º78.43%40%-
XYZ9.8111.252.41-
YUV89.3689.99137.02-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 96 (37.89% from 255) = 43.64%
BLUE value IS 22 (8.98% from 255) = 10%
R=46.36%
G=43.64%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102962200.060.780.655.564.5224.31
Hex666016064E3C384118
Octal1461402606116747010130
Binary110011011000001011001101001110111100111000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666016; }

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

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

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

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

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

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

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

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