Shades of Costa Del Sol #655E25
Tints of Costa Del Sol #655E25
RGB
CMYK
RGB Variations
Color information
#655E25 (or 0x655E25) is known color: Costa Del Sol. HEX triplet: 65, 5E and 25. RGB value is (101,94,37). Sum of RGB (Red+Green+Blue) = 101+94+37=232 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.53% from 232); Green value is 94 (37.11% from 255 or 40.52% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 101 - color contains mainly: red. Hex color #655E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E25 is #9AA1DA. Grayscale: #595959. Windows color (decimal): -10133979 or 2448997. OLE color: 2448997.
HSL color Cylindrical-coordinate representation of color #655E25: hue angle of 53.44º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #655E25 is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 37 | - |
| CMYK | 0 | 0.07 | 0.63 | 0.60 |
| HSL | 53.44º | 0.46% | 0.27% | - |
| HSV(B) | 53.44º | 0.63% | 0.4% | - |
| XYZ | 9.7 | 10.91 | 3.34 | - |
| YUV | 89.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 37 | 0 | 0.07 | 0.63 | 0.60 | 53.44 | 0.46 | 0.27 |
| Hex | 65 | 5E | 25 | 0 | 7 | 3F | 3C | 35 | 2E | 1B |
| Octal | 145 | 136 | 45 | 0 | 7 | 77 | 74 | 65 | 56 | 33 |
| Binary | 1100101 | 1011110 | 100101 | 0 | 111 | 111111 | 111100 | 110101 | 101110 | 11011 |
Color Harmonies of #655E25
Complementary color
Monochromatic Colors of #655E25
Black with #655E25
Text Example
Text Example
White with #655E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E25; }
p { color: rgb(101,94,37); }
H1.HeaderClassName
{
color: #655E25;
}
.AnyTagClassName
{
color: #655E25;
}
</style>
background-color css
<style>
a { background-color: #655E25; }
a { background-color: rgb(101,94,37); }
div.DivClassName
{
background-color: #655E25;
}
.BgClassName
{
background-color: #655E25;
}
</style>
border-color css
<style>
span { border-color: #655E25; }
span { border-color: rgb(101,94,37); }
td.TdClassName
{
border-color: #655E25;
}
.TagClassName
{
border-color: #655E25;
}
</style>