Shades of Costa Del Sol #655C0A
Tints of Costa Del Sol #655C0A
RGB
CMYK
RGB Variations
Color information
#655C0A (or 0x655C0A) is known color: Costa Del Sol. HEX triplet: 65, 5C and 0A. RGB value is (101,92,10). Sum of RGB (Red+Green+Blue) = 101+92+10=203 (26% of max value = 765). Red value is 101 (39.84% from 255 or 49.75% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 10 (4.30% from 255 or 4.93% from 203); Max value from RGB is 101 - color contains mainly: red. Hex color #655C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655C0A is #9AA3F5. Grayscale: #555555. Windows color (decimal): -10134518 or 679013. OLE color: 679013.
HSL color Cylindrical-coordinate representation of color #655C0A: hue angle of 54.07º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #655C0A is Cyan = 0, Magento = 0.09, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 10 | - |
| CMYK | 0 | 0.09 | 0.90 | 0.60 |
| HSL | 54.07º | 0.82% | 0.22% | - |
| HSV(B) | 54.07º | 0.9% | 0.4% | - |
| XYZ | 9.25 | 10.44 | 1.82 | - |
| YUV | 85.34 | 85.48 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 10 | 0 | 0.09 | 0.90 | 0.60 | 54.07 | 0.82 | 0.22 |
| Hex | 65 | 5C | A | 0 | 9 | 5A | 3C | 36 | 52 | 16 |
| Octal | 145 | 134 | 12 | 0 | 11 | 132 | 74 | 66 | 122 | 26 |
| Binary | 1100101 | 1011100 | 1010 | 0 | 1001 | 1011010 | 111100 | 110110 | 1010010 | 10110 |
Color Harmonies of #655C0A
Complementary color
Monochromatic Colors of #655C0A
Black with #655C0A
Text Example
Text Example
White with #655C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C0A; }
p { color: rgb(101,92,10); }
H1.HeaderClassName
{
color: #655C0A;
}
.AnyTagClassName
{
color: #655C0A;
}
</style>
background-color css
<style>
a { background-color: #655C0A; }
a { background-color: rgb(101,92,10); }
div.DivClassName
{
background-color: #655C0A;
}
.BgClassName
{
background-color: #655C0A;
}
</style>
border-color css
<style>
span { border-color: #655C0A; }
span { border-color: rgb(101,92,10); }
td.TdClassName
{
border-color: #655C0A;
}
.TagClassName
{
border-color: #655C0A;
}
</style>