#605F19

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

Shades of Costa Del Sol #605F19

Tints of Costa Del Sol #605F19

Color information

#605F19 (or 0x605F19) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5F and 19. RGB value is (96,95,25). Sum of RGB (Red+Green+Blue) = 96+95+25=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #605F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605F19 is #9FA0E6. Grayscale: #575757. Windows color (decimal): -10461415 or 1662816. OLE color: 1662816.

HSL color Cylindrical-coordinate representation of color #605F19: hue angle of 59.15º 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 #605F19 is Cyan = 0, Magento = 0.01, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB969525-
CMYK00.010.740.62
HSL59.15º58.68%23.73%-
HSV(B)59.15º73.96%37.65%-
XYZ9.0910.742.51-
YUV87.3292.83134.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.44%
GREEN value IS 95 (37.5% from 255) = 43.98%
BLUE value IS 25 (10.16% from 255) = 11.57%
R=44.44%
G=43.98%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96952500.010.740.6259.1558.6823.73
Hex605F19014A3E3b3b18
Octal140137310111276737330
Binary110000010111111100101100101011111011101111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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