Shades of Costa Del Sol #655B0A
Tints of Costa Del Sol #655B0A
RGB
CMYK
RGB Variations
Color information
#655B0A (or 0x655B0A) is known color: Costa Del Sol. HEX triplet: 65, 5B and 0A. RGB value is (101,91,10). Sum of RGB (Red+Green+Blue) = 101+91+10=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 91 (35.94% from 255 or 45.05% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #655B0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655B0A is #9AA4F5. Grayscale: #555555. Windows color (decimal): -10134774 or 678757. OLE color: 678757.
HSL color Cylindrical-coordinate representation of color #655B0A: hue angle of 53.41º 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 #655B0A is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 10 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.60 |
| HSL | 53.41º | 0.82% | 0.22% | - |
| HSV(B) | 53.41º | 0.9% | 0.4% | - |
| XYZ | 9.16 | 10.27 | 1.79 | - |
| YUV | 84.76 | 85.81 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 10 | 0 | 0.10 | 0.90 | 0.60 | 53.41 | 0.82 | 0.22 |
| Hex | 65 | 5B | A | 0 | A | 5A | 3C | 35 | 52 | 16 |
| Octal | 145 | 133 | 12 | 0 | 12 | 132 | 74 | 65 | 122 | 26 |
| Binary | 1100101 | 1011011 | 1010 | 0 | 1010 | 1011010 | 111100 | 110101 | 1010010 | 10110 |
Color Harmonies of #655B0A
Complementary color
Monochromatic Colors of #655B0A
Black with #655B0A
Text Example
Text Example
White with #655B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B0A; }
p { color: rgb(101,91,10); }
H1.HeaderClassName
{
color: #655B0A;
}
.AnyTagClassName
{
color: #655B0A;
}
</style>
background-color css
<style>
a { background-color: #655B0A; }
a { background-color: rgb(101,91,10); }
div.DivClassName
{
background-color: #655B0A;
}
.BgClassName
{
background-color: #655B0A;
}
</style>
border-color css
<style>
span { border-color: #655B0A; }
span { border-color: rgb(101,91,10); }
td.TdClassName
{
border-color: #655B0A;
}
.TagClassName
{
border-color: #655B0A;
}
</style>