#605A13

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

Shades of Costa Del Sol #605A13

Tints of Costa Del Sol #605A13

Color information

#605A13 (or 0x605A13) is unknown color: approx Costa Del Sol. HEX triplet: 60, 5A and 13. RGB value is (96,90,19). Sum of RGB (Red+Green+Blue) = 96+90+19=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #605A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605A13 is #9FA5EC. Grayscale: #535353. Windows color (decimal): -10462701 or 1268320. OLE color: 1268320.

HSL color Cylindrical-coordinate representation of color #605A13: hue angle of 55.32º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #605A13 is Cyan = 0, Magento = 0.06, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB969019-
CMYK00.060.800.62
HSL55.32º66.96%22.55%-
HSV(B)55.32º80.21%37.65%-
XYZ8.69.852.06-
YUV83.791.49136.77-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 90 (35.55% from 255) = 43.90%
BLUE value IS 19 (7.81% from 255) = 9.27%
R=46.83%
G=43.90%
B=9.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96901900.060.800.6255.3266.9622.55
Hex605A1306503E374317
Octal1401322306120766710327
Binary110000010110101001101101010000111110110111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,90,19); }

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

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

 a { background-color: rgb(96,90,19); }

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

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

 span { border-color: rgb(96,90,19); }

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