#605F20

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

Shades of Costa Del Sol #605F20

Tints of Costa Del Sol #605F20

Color information

#605F20 (or 0x605F20) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5F and 20. RGB value is (96,95,32). Sum of RGB (Red+Green+Blue) = 96+95+32=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #605F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F20 is #9FA0DF. Grayscale: #585858. Windows color (decimal): -10461408 or 2121568. OLE color: 2121568.

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

Color convert

RGB969532-
CMYK00.010.670.62
HSL59.06º50%25.1%-
HSV(B)59.06º66.67%37.65%-
XYZ9.1810.782.96-
YUV88.1296.33133.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 43.05%
GREEN value IS 95 (37.5% from 255) = 42.60%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=43.05%
G=42.60%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96953200.010.670.6259.065025.1
Hex605F2001433E3b3219
Octal140137400110376736231
Binary1100000101111110000001100001111111011101111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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