Shades of Costa Del Sol #655A0A
Tints of Costa Del Sol #655A0A
RGB
CMYK
RGB Variations
Color information
#655A0A (or 0x655A0A) is known color: Costa Del Sol. HEX triplet: 65, 5A and 0A. RGB value is (101,90,10). Sum of RGB (Red+Green+Blue) = 101+90+10=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 90 (35.55% from 255 or 44.78% from 201); Blue value is 10 (4.30% from 255 or 4.98% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #655A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655A0A is #9AA5F5. Grayscale: #545454. Windows color (decimal): -10135030 or 678501. OLE color: 678501.
HSL color Cylindrical-coordinate representation of color #655A0A: hue angle of 52.75º 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 #655A0A is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 10 | - |
| CMYK | 0 | 0.11 | 0.90 | 0.60 |
| HSL | 52.75º | 0.82% | 0.22% | - |
| HSV(B) | 52.75º | 0.9% | 0.4% | - |
| XYZ | 9.08 | 10.1 | 1.76 | - |
| YUV | 84.17 | 86.14 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 10 | 0 | 0.11 | 0.90 | 0.60 | 52.75 | 0.82 | 0.22 |
| Hex | 65 | 5A | A | 0 | B | 5A | 3C | 35 | 52 | 16 |
| Octal | 145 | 132 | 12 | 0 | 13 | 132 | 74 | 65 | 122 | 26 |
| Binary | 1100101 | 1011010 | 1010 | 0 | 1011 | 1011010 | 111100 | 110101 | 1010010 | 10110 |
Color Harmonies of #655A0A
Complementary color
Monochromatic Colors of #655A0A
Black with #655A0A
Text Example
Text Example
White with #655A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A0A; }
p { color: rgb(101,90,10); }
H1.HeaderClassName
{
color: #655A0A;
}
.AnyTagClassName
{
color: #655A0A;
}
</style>
background-color css
<style>
a { background-color: #655A0A; }
a { background-color: rgb(101,90,10); }
div.DivClassName
{
background-color: #655A0A;
}
.BgClassName
{
background-color: #655A0A;
}
</style>
border-color css
<style>
span { border-color: #655A0A; }
span { border-color: rgb(101,90,10); }
td.TdClassName
{
border-color: #655A0A;
}
.TagClassName
{
border-color: #655A0A;
}
</style>