Shades of Costa Del Sol #5F6021
Tints of Costa Del Sol #5F6021
RGB
CMYK
RGB Variations
Color information
#5F6021 (or 0x5F6021) is known color: Costa Del Sol. HEX triplet: 5F, 60 and 21. RGB value is (95,96,33). Sum of RGB (Red+Green+Blue) = 95+96+33=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6021 is #A09FDE. Grayscale: #585858. Windows color (decimal): -10526687 or 2187359. OLE color: 2187359.
HSL color Cylindrical-coordinate representation of color #5F6021: hue angle of 60.95º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F6021 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 33 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.62 |
| HSL | 60.95º | 0.49% | 0.25% | - |
| HSV(B) | 60.95º | 0.66% | 0.38% | - |
| XYZ | 9.18 | 10.91 | 3.06 | - |
| YUV | 88.52 | 96.67 | 132.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 33 | 0.01 | 0 | 0.66 | 0.62 | 60.95 | 0.49 | 0.25 |
| Hex | 5F | 60 | 21 | 1 | 0 | 42 | 3E | 3D | 31 | 19 |
| Octal | 137 | 140 | 41 | 1 | 0 | 102 | 76 | 75 | 61 | 31 |
| Binary | 1011111 | 1100000 | 100001 | 1 | 0 | 1000010 | 111110 | 111101 | 110001 | 11001 |
Color Harmonies of #5F6021
Complementary color
Monochromatic Colors of #5F6021
Black with #5F6021
Text Example
Text Example
White with #5F6021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6021; }
p { color: rgb(95,96,33); }
H1.HeaderClassName
{
color: #5F6021;
}
.AnyTagClassName
{
color: #5F6021;
}
</style>
background-color css
<style>
a { background-color: #5F6021; }
a { background-color: rgb(95,96,33); }
div.DivClassName
{
background-color: #5F6021;
}
.BgClassName
{
background-color: #5F6021;
}
</style>
border-color css
<style>
span { border-color: #5F6021; }
span { border-color: rgb(95,96,33); }
td.TdClassName
{
border-color: #5F6021;
}
.TagClassName
{
border-color: #5F6021;
}
</style>