#605D24

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

Shades of Costa Del Sol #605D24

Tints of Costa Del Sol #605D24

Color information

#605D24 (or 0x605D24) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5D and 24. RGB value is (96,93,36). Sum of RGB (Red+Green+Blue) = 96+93+36=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #605D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D24 is #9FA2DB. Grayscale: #575757. Windows color (decimal): -10461916 or 2383200. OLE color: 2383200.

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

Color convert

RGB969336-
CMYK00.030.620.62
HSL57º45.45%25.88%-
HSV(B)57º62.5%37.65%-
XYZ9.0610.443.21-
YUV87.498.99134.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 42.67%
GREEN value IS 93 (36.72% from 255) = 41.33%
BLUE value IS 36 (14.45% from 255) = 16%
R=42.67%
G=41.33%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96933600.030.620.625745.4525.88
Hex605D24033E3E392d1a
Octal14013544037676715532
Binary1100000101110110010001111111011111011100110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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