Shades of Costa Del Sol #60582A
Tints of Costa Del Sol #60582A
RGB
CMYK
RGB Variations
Color information
#60582A (or 0x60582A) is known color: Costa Del Sol. HEX triplet: 60, 58 and 2A. RGB value is (96,88,42). Sum of RGB (Red+Green+Blue) = 96+88+42=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #60582A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60582A is #9FA7D5. Grayscale: #555555. Windows color (decimal): -10463190 or 2775136. OLE color: 2775136.
HSL color Cylindrical-coordinate representation of color #60582A: hue angle of 51.11º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60582A is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 42 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.62 |
| HSL | 51.11º | 0.39% | 0.27% | - |
| HSV(B) | 51.11º | 0.56% | 0.38% | - |
| XYZ | 8.73 | 9.63 | 3.59 | - |
| YUV | 85.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 42 | 0 | 0.08 | 0.56 | 0.62 | 51.11 | 0.39 | 0.27 |
| Hex | 60 | 58 | 2A | 0 | 8 | 38 | 3E | 33 | 27 | 1B |
| Octal | 140 | 130 | 52 | 0 | 10 | 70 | 76 | 63 | 47 | 33 |
| Binary | 1100000 | 1011000 | 101010 | 0 | 1000 | 111000 | 111110 | 110011 | 100111 | 11011 |
Color Harmonies of #60582A
Complementary color
Monochromatic Colors of #60582A
Black with #60582A
Text Example
Text Example
White with #60582A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60582A; }
p { color: rgb(96,88,42); }
H1.HeaderClassName
{
color: #60582A;
}
.AnyTagClassName
{
color: #60582A;
}
</style>
background-color css
<style>
a { background-color: #60582A; }
a { background-color: rgb(96,88,42); }
div.DivClassName
{
background-color: #60582A;
}
.BgClassName
{
background-color: #60582A;
}
</style>
border-color css
<style>
span { border-color: #60582A; }
span { border-color: rgb(96,88,42); }
td.TdClassName
{
border-color: #60582A;
}
.TagClassName
{
border-color: #60582A;
}
</style>