Shades of Costa Del Sol #60621C
Tints of Costa Del Sol #60621C
RGB
CMYK
RGB Variations
Color information
#60621C (or 0x60621C) is known color: Costa Del Sol. HEX triplet: 60, 62 and 1C. RGB value is (96,98,28). Sum of RGB (Red+Green+Blue) = 96+98+28=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 28 (11.33% from 255 or 12.61% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #60621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60621C is #9F9DE3. Grayscale: #595959. Windows color (decimal): -10460644 or 1860192. OLE color: 1860192.
HSL color Cylindrical-coordinate representation of color #60621C: hue angle of 61.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #60621C is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 98 | 28 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.62 |
| HSL | 61.71º | 0.56% | 0.25% | - |
| HSV(B) | 61.71º | 0.71% | 0.38% | - |
| XYZ | 9.4 | 11.31 | 2.79 | - |
| YUV | 89.42 | 93.34 | 132.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 98 | 28 | 0.02 | 0 | 0.71 | 0.62 | 61.71 | 0.56 | 0.25 |
| Hex | 60 | 62 | 1C | 2 | 0 | 47 | 3E | 3E | 38 | 19 |
| Octal | 140 | 142 | 34 | 2 | 0 | 107 | 76 | 76 | 70 | 31 |
| Binary | 1100000 | 1100010 | 11100 | 10 | 0 | 1000111 | 111110 | 111110 | 111000 | 11001 |
Color Harmonies of #60621C
Complementary color
Monochromatic Colors of #60621C
Black with #60621C
Text Example
Text Example
White with #60621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60621C; }
p { color: rgb(96,98,28); }
H1.HeaderClassName
{
color: #60621C;
}
.AnyTagClassName
{
color: #60621C;
}
</style>
background-color css
<style>
a { background-color: #60621C; }
a { background-color: rgb(96,98,28); }
div.DivClassName
{
background-color: #60621C;
}
.BgClassName
{
background-color: #60621C;
}
</style>
border-color css
<style>
span { border-color: #60621C; }
span { border-color: rgb(96,98,28); }
td.TdClassName
{
border-color: #60621C;
}
.TagClassName
{
border-color: #60621C;
}
</style>