#60590D

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

Shades of Costa Del Sol #60590D

Tints of Costa Del Sol #60590D

Color information

#60590D (or 0x60590D) is unknown color: approx Costa Del Sol. HEX triplet: 60, 59 and 0D. RGB value is (96,89,13). Sum of RGB (Red+Green+Blue) = 96+89+13=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #60590D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #60590D is #9FA6F2. Grayscale: #525252. Windows color (decimal): -10462963 or 874848. OLE color: 874848.

HSL color Cylindrical-coordinate representation of color #60590D: hue angle of 54.94º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #60590D is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB968913-
CMYK00.070.860.62
HSL54.94º76.15%21.37%-
HSV(B)54.94º86.46%37.65%-
XYZ8.479.661.8-
YUV82.4388.82137.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 48.48%
GREEN value IS 89 (35.16% from 255) = 44.95%
BLUE value IS 13 (5.47% from 255) = 6.57%
R=48.48%
G=44.95%
B=6.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96891300.070.860.6254.9476.1521.37
Hex6059D07563E374c15
Octal1401311507126766711425
Binary11000001011001110101111010110111110110111100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60590D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60590D; }

 p { color: rgb(96,89,13); }

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

<style>
 a { background-color: #60590D; }

 a { background-color: rgb(96,89,13); }

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

<style>
 span { border-color: #60590D; }

 span { border-color: rgb(96,89,13); }

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