Shades of Costa Del Sol #655C0C
Tints of Costa Del Sol #655C0C
RGB
CMYK
RGB Variations
Color information
#655C0C (or 0x655C0C) is known color: Costa Del Sol. HEX triplet: 65, 5C and 0C. RGB value is (101,92,12). Sum of RGB (Red+Green+Blue) = 101+92+12=205 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.27% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 101 - color contains mainly: red. Hex color #655C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655C0C is #9AA3F3. Grayscale: #555555. Windows color (decimal): -10134516 or 810085. OLE color: 810085.
HSL color Cylindrical-coordinate representation of color #655C0C: hue angle of 53.93º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #655C0C is Cyan = 0, Magento = 0.09, Yellow = 0.88 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 12 | - |
| CMYK | 0 | 0.09 | 0.88 | 0.60 |
| HSL | 53.93º | 0.79% | 0.22% | - |
| HSV(B) | 53.93º | 0.88% | 0.4% | - |
| XYZ | 9.26 | 10.45 | 1.88 | - |
| YUV | 85.57 | 86.48 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 12 | 0 | 0.09 | 0.88 | 0.60 | 53.93 | 0.79 | 0.22 |
| Hex | 65 | 5C | C | 0 | 9 | 58 | 3C | 36 | 4F | 16 |
| Octal | 145 | 134 | 14 | 0 | 11 | 130 | 74 | 66 | 117 | 26 |
| Binary | 1100101 | 1011100 | 1100 | 0 | 1001 | 1011000 | 111100 | 110110 | 1001111 | 10110 |
Color Harmonies of #655C0C
Complementary color
Monochromatic Colors of #655C0C
Black with #655C0C
Text Example
Text Example
White with #655C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C0C; }
p { color: rgb(101,92,12); }
H1.HeaderClassName
{
color: #655C0C;
}
.AnyTagClassName
{
color: #655C0C;
}
</style>
background-color css
<style>
a { background-color: #655C0C; }
a { background-color: rgb(101,92,12); }
div.DivClassName
{
background-color: #655C0C;
}
.BgClassName
{
background-color: #655C0C;
}
</style>
border-color css
<style>
span { border-color: #655C0C; }
span { border-color: rgb(101,92,12); }
td.TdClassName
{
border-color: #655C0C;
}
.TagClassName
{
border-color: #655C0C;
}
</style>