Shades of Costa Del Sol #655C0D
Tints of Costa Del Sol #655C0D
RGB
CMYK
RGB Variations
Color information
#655C0D (or 0x655C0D) is known color: Costa Del Sol. HEX triplet: 65, 5C and 0D. RGB value is (101,92,13). Sum of RGB (Red+Green+Blue) = 101+92+13=206 (27% of max value = 765). Red value is 101 (39.84% from 255 or 49.03% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 101 - color contains mainly: red. Hex color #655C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655C0D is #9AA3F2. Grayscale: #565656. Windows color (decimal): -10134515 or 875621. OLE color: 875621.
HSL color Cylindrical-coordinate representation of color #655C0D: hue angle of 53.86º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #655C0D is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 13 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.60 |
| HSL | 53.86º | 0.77% | 0.22% | - |
| HSV(B) | 53.86º | 0.87% | 0.4% | - |
| XYZ | 9.27 | 10.45 | 1.91 | - |
| YUV | 85.69 | 86.98 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 13 | 0 | 0.09 | 0.87 | 0.60 | 53.86 | 0.77 | 0.22 |
| Hex | 65 | 5C | D | 0 | 9 | 57 | 3C | 36 | 4D | 16 |
| Octal | 145 | 134 | 15 | 0 | 11 | 127 | 74 | 66 | 115 | 26 |
| Binary | 1100101 | 1011100 | 1101 | 0 | 1001 | 1010111 | 111100 | 110110 | 1001101 | 10110 |
Color Harmonies of #655C0D
Complementary color
Monochromatic Colors of #655C0D
Black with #655C0D
Text Example
Text Example
White with #655C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C0D; }
p { color: rgb(101,92,13); }
H1.HeaderClassName
{
color: #655C0D;
}
.AnyTagClassName
{
color: #655C0D;
}
</style>
background-color css
<style>
a { background-color: #655C0D; }
a { background-color: rgb(101,92,13); }
div.DivClassName
{
background-color: #655C0D;
}
.BgClassName
{
background-color: #655C0D;
}
</style>
border-color css
<style>
span { border-color: #655C0D; }
span { border-color: rgb(101,92,13); }
td.TdClassName
{
border-color: #655C0D;
}
.TagClassName
{
border-color: #655C0D;
}
</style>