#605D20

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

Shades of Costa Del Sol #605D20

Tints of Costa Del Sol #605D20

Color information

#605D20 (or 0x605D20) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5D and 20. RGB value is (96,93,32). Sum of RGB (Red+Green+Blue) = 96+93+32=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 93 (36.72% from 255 or 42.08% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 96 - color contains mainly: red. Hex color #605D20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D20 is #9FA2DF. Grayscale: #575757. Windows color (decimal): -10461920 or 2121056. OLE color: 2121056.

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

Color convert

RGB969332-
CMYK00.030.670.62
HSL57.19º50%25.1%-
HSV(B)57.19º66.67%37.65%-
XYZ910.422.9-
YUV86.9496.99134.46-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.44%
GREEN value IS 93 (36.72% from 255) = 42.08%
BLUE value IS 32 (12.89% from 255) = 14.48%
R=43.44%
G=42.08%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96933200.030.670.6257.195025.1
Hex605D2003433E393219
Octal140135400310376716231
Binary11000001011101100000011100001111111011100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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