#605D18

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

Shades of Costa Del Sol #605D18

Tints of Costa Del Sol #605D18

Color information

#605D18 (or 0x605D18) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5D and 18. RGB value is (96,93,24). Sum of RGB (Red+Green+Blue) = 96+93+24=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 93 (36.72% from 255 or 43.66% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #605D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D18 is #9FA2E7. Grayscale: #565656. Windows color (decimal): -10461928 or 1596768. OLE color: 1596768.

HSL color Cylindrical-coordinate representation of color #605D18: hue angle of 57.5º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #605D18 is Cyan = 0, Magento = 0.03, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB969324-
CMYK00.030.750.62
HSL57.5º60%23.53%-
HSV(B)57.5º75%37.65%-
XYZ8.910.382.4-
YUV86.0392.99135.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.07%
GREEN value IS 93 (36.72% from 255) = 43.66%
BLUE value IS 24 (9.77% from 255) = 11.27%
R=45.07%
G=43.66%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96932400.030.750.6257.56023.53
Hex605D18034B3E3a3c18
Octal140135300311376727430
Binary1100000101110111000011100101111111011101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,93,24); }

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

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

 a { background-color: rgb(96,93,24); }

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

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

 span { border-color: rgb(96,93,24); }

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