#665E15

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

Shades of Costa Del Sol #665E15

Tints of Costa Del Sol #665E15

Color information

#665E15 (or 0x665E15) is unknown color: approx Costa Del Sol. HEX triplet: 66, 5E and 15. RGB value is (102,94,21). Sum of RGB (Red+Green+Blue) = 102+94+21=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 102 - color contains mainly: red. Hex color #665E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665E15 is #99A1EA. Grayscale: #585858. Windows color (decimal): -10068459 or 1400422. OLE color: 1400422.

HSL color Cylindrical-coordinate representation of color #665E15: hue angle of 54.07º 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 #665E15 is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.6.

Color convert

RGB1029421-
CMYK00.080.790.6
HSL54.07º65.85%24.12%-
HSV(B)54.07º79.41%40%-
XYZ9.6210.882.3-
YUV88.0790.15137.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.00%
GREEN value IS 94 (37.11% from 255) = 43.32%
BLUE value IS 21 (8.59% from 255) = 9.68%
R=47.00%
G=43.32%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102942100.080.790.654.0765.8524.12
Hex665E15084F3C364218
Octal14613625010117746610230
Binary1100110101111010101010001001111111100110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665E15; }

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

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

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

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

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

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

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

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