#666115

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

Shades of Costa Del Sol #666115

Tints of Costa Del Sol #666115

Color information

#666115 (or 0x666115) is unknown color: approx Costa Del Sol. HEX triplet: 66, 61 and 15. RGB value is (102,97,21). Sum of RGB (Red+Green+Blue) = 102+97+21=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #666115 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666115 is #999EEA. Grayscale: #5A5A5A. Windows color (decimal): -10067691 or 1401190. OLE color: 1401190.

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

Color convert

RGB1029721-
CMYK00.050.790.6
HSL56.3º65.85%24.12%-
HSV(B)56.3º79.41%40%-
XYZ9.8911.432.39-
YUV89.8389.16136.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.36%
GREEN value IS 97 (38.28% from 255) = 44.09%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=46.36%
G=44.09%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102972100.050.790.656.365.8524.12
Hex666115054F3C384218
Octal1461412505117747010230
Binary110011011000011010101011001111111100111000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666115; }

 p { color: rgb(102,97,21); }

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

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

 a { background-color: rgb(102,97,21); }

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

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

 span { border-color: rgb(102,97,21); }

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