Shades of Costa Del Sol #655C05
Tints of Costa Del Sol #655C05
RGB
CMYK
RGB Variations
Color information
#655C05 (or 0x655C05) is known color: Costa Del Sol. HEX triplet: 65, 5C and 05. RGB value is (101,92,5). Sum of RGB (Red+Green+Blue) = 101+92+5=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 92 (36.33% from 255 or 46.46% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #655C05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655C05 is #9AA3FA. Grayscale: #555555. Windows color (decimal): -10134523 or 351333. OLE color: 351333.
HSL color Cylindrical-coordinate representation of color #655C05: hue angle of 54.38º 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 #655C05 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 5 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.60 |
| HSL | 54.38º | 0.91% | 0.21% | - |
| HSV(B) | 54.38º | 0.95% | 0.4% | - |
| XYZ | 9.22 | 10.43 | 1.67 | - |
| YUV | 84.77 | 82.98 | 139.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 5 | 0 | 0.09 | 0.95 | 0.60 | 54.38 | 0.91 | 0.21 |
| Hex | 65 | 5C | 5 | 0 | 9 | 5F | 3C | 36 | 5B | 15 |
| Octal | 145 | 134 | 5 | 0 | 11 | 137 | 74 | 66 | 133 | 25 |
| Binary | 1100101 | 1011100 | 101 | 0 | 1001 | 1011111 | 111100 | 110110 | 1011011 | 10101 |
Color Harmonies of #655C05
Complementary color
Monochromatic Colors of #655C05
Black with #655C05
Text Example
Text Example
White with #655C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C05; }
p { color: rgb(101,92,5); }
H1.HeaderClassName
{
color: #655C05;
}
.AnyTagClassName
{
color: #655C05;
}
</style>
background-color css
<style>
a { background-color: #655C05; }
a { background-color: rgb(101,92,5); }
div.DivClassName
{
background-color: #655C05;
}
.BgClassName
{
background-color: #655C05;
}
</style>
border-color css
<style>
span { border-color: #655C05; }
span { border-color: rgb(101,92,5); }
td.TdClassName
{
border-color: #655C05;
}
.TagClassName
{
border-color: #655C05;
}
</style>