#605D19

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

Shades of Costa Del Sol #605D19

Tints of Costa Del Sol #605D19

Color information

#605D19 (or 0x605D19) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5D and 19. RGB value is (96,93,25). Sum of RGB (Red+Green+Blue) = 96+93+25=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #605D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D19 is #9FA2E6. Grayscale: #565656. Windows color (decimal): -10461927 or 1662304. OLE color: 1662304.

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

Color convert

RGB969325-
CMYK00.030.740.62
HSL57.46º58.68%23.73%-
HSV(B)57.46º73.96%37.65%-
XYZ8.9110.392.45-
YUV86.1493.49135.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.86%
GREEN value IS 93 (36.72% from 255) = 43.46%
BLUE value IS 25 (10.16% from 255) = 11.68%
R=44.86%
G=43.46%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96932500.030.740.6257.4658.6823.73
Hex605D19034A3E393b18
Octal140135310311276717330
Binary1100000101110111001011100101011111011100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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