#605E15

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

Shades of Costa Del Sol #605E15

Tints of Costa Del Sol #605E15

Color information

#605E15 (or 0x605E15) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5E and 15. RGB value is (96,94,21). Sum of RGB (Red+Green+Blue) = 96+94+21=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 21 (8.59% from 255 or 9.95% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #605E15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605E15 is #9FA1EA. Grayscale: #565656. Windows color (decimal): -10461675 or 1400416. OLE color: 1400416.

HSL color Cylindrical-coordinate representation of color #605E15: hue angle of 58.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #605E15 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB969421-
CMYK00.020.780.62
HSL58.4º64.1%22.94%-
HSV(B)58.4º78.12%37.65%-
XYZ8.9610.552.27-
YUV86.2891.16134.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 94 (37.11% from 255) = 44.55%
BLUE value IS 21 (8.59% from 255) = 9.95%
R=45.50%
G=44.55%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96942100.020.780.6258.464.122.94
Hex605E15024E3E3a4017
Octal1401362502116767210027
Binary11000001011110101010101001110111110111010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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