Shades of Costa Del Sol #655D06
Tints of Costa Del Sol #655D06
RGB
CMYK
RGB Variations
Color information
#655D06 (or 0x655D06) is known color: Costa Del Sol. HEX triplet: 65, 5D and 06. RGB value is (101,93,6). Sum of RGB (Red+Green+Blue) = 101+93+6=200 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.5% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 6 (2.73% from 255 or 3% from 200); Max value from RGB is 101 - color contains mainly: red. Hex color #655D06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655D06 is #9AA2F9. Grayscale: #555555. Windows color (decimal): -10134266 or 417125. OLE color: 417125.
HSL color Cylindrical-coordinate representation of color #655D06: hue angle of 54.95º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #655D06 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 6 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.60 |
| HSL | 54.95º | 0.89% | 0.21% | - |
| HSV(B) | 54.95º | 0.94% | 0.4% | - |
| XYZ | 9.31 | 10.61 | 1.73 | - |
| YUV | 85.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 6 | 0 | 0.08 | 0.94 | 0.60 | 54.95 | 0.89 | 0.21 |
| Hex | 65 | 5D | 6 | 0 | 8 | 5E | 3C | 37 | 59 | 15 |
| Octal | 145 | 135 | 6 | 0 | 10 | 136 | 74 | 67 | 131 | 25 |
| Binary | 1100101 | 1011101 | 110 | 0 | 1000 | 1011110 | 111100 | 110111 | 1011001 | 10101 |
Color Harmonies of #655D06
Complementary color
Monochromatic Colors of #655D06
Black with #655D06
Text Example
Text Example
White with #655D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D06; }
p { color: rgb(101,93,6); }
H1.HeaderClassName
{
color: #655D06;
}
.AnyTagClassName
{
color: #655D06;
}
</style>
background-color css
<style>
a { background-color: #655D06; }
a { background-color: rgb(101,93,6); }
div.DivClassName
{
background-color: #655D06;
}
.BgClassName
{
background-color: #655D06;
}
</style>
border-color css
<style>
span { border-color: #655D06; }
span { border-color: rgb(101,93,6); }
td.TdClassName
{
border-color: #655D06;
}
.TagClassName
{
border-color: #655D06;
}
</style>