Shades of Costa Del Sol #655F05
Tints of Costa Del Sol #655F05
RGB
CMYK
RGB Variations
Color information
#655F05 (or 0x655F05) is known color: Costa Del Sol. HEX triplet: 65, 5F and 05. RGB value is (101,95,5). Sum of RGB (Red+Green+Blue) = 101+95+5=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 95 (37.5% from 255 or 47.26% from 201); Blue value is 5 (2.34% from 255 or 2.49% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #655F05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655F05 is #9AA0FA. Grayscale: #565656. Windows color (decimal): -10133755 or 352101. OLE color: 352101.
HSL color Cylindrical-coordinate representation of color #655F05: hue angle of 56.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #655F05 is Cyan = 0, Magento = 0.06, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 5 | - |
| CMYK | 0 | 0.06 | 0.95 | 0.60 |
| HSL | 56.25º | 0.91% | 0.21% | - |
| HSV(B) | 56.25º | 0.95% | 0.4% | - |
| XYZ | 9.49 | 10.96 | 1.76 | - |
| YUV | 86.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 5 | 0 | 0.06 | 0.95 | 0.60 | 56.25 | 0.91 | 0.21 |
| Hex | 65 | 5F | 5 | 0 | 6 | 5F | 3C | 38 | 5B | 15 |
| Octal | 145 | 137 | 5 | 0 | 6 | 137 | 74 | 70 | 133 | 25 |
| Binary | 1100101 | 1011111 | 101 | 0 | 110 | 1011111 | 111100 | 111000 | 1011011 | 10101 |
Color Harmonies of #655F05
Complementary color
Monochromatic Colors of #655F05
Black with #655F05
Text Example
Text Example
White with #655F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F05; }
p { color: rgb(101,95,5); }
H1.HeaderClassName
{
color: #655F05;
}
.AnyTagClassName
{
color: #655F05;
}
</style>
background-color css
<style>
a { background-color: #655F05; }
a { background-color: rgb(101,95,5); }
div.DivClassName
{
background-color: #655F05;
}
.BgClassName
{
background-color: #655F05;
}
</style>
border-color css
<style>
span { border-color: #655F05; }
span { border-color: rgb(101,95,5); }
td.TdClassName
{
border-color: #655F05;
}
.TagClassName
{
border-color: #655F05;
}
</style>