Shades of Costa Del Sol #655A25
Tints of Costa Del Sol #655A25
RGB
CMYK
RGB Variations
Color information
#655A25 (or 0x655A25) is known color: Costa Del Sol. HEX triplet: 65, 5A and 25. RGB value is (101,90,37). Sum of RGB (Red+Green+Blue) = 101+90+37=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 90 (35.55% from 255 or 39.47% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #655A25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A25 is #9AA5DA. Grayscale: #575757. Windows color (decimal): -10135003 or 2447973. OLE color: 2447973.
HSL color Cylindrical-coordinate representation of color #655A25: hue angle of 49.69º 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 #655A25 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 37 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.60 |
| HSL | 49.69º | 0.46% | 0.27% | - |
| HSV(B) | 49.69º | 0.63% | 0.4% | - |
| XYZ | 9.36 | 10.21 | 3.23 | - |
| YUV | 87.25 | 99.64 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 37 | 0 | 0.11 | 0.63 | 0.60 | 49.69 | 0.46 | 0.27 |
| Hex | 65 | 5A | 25 | 0 | B | 3F | 3C | 32 | 2E | 1B |
| Octal | 145 | 132 | 45 | 0 | 13 | 77 | 74 | 62 | 56 | 33 |
| Binary | 1100101 | 1011010 | 100101 | 0 | 1011 | 111111 | 111100 | 110010 | 101110 | 11011 |
Color Harmonies of #655A25
Complementary color
Monochromatic Colors of #655A25
Black with #655A25
Text Example
Text Example
White with #655A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A25; }
p { color: rgb(101,90,37); }
H1.HeaderClassName
{
color: #655A25;
}
.AnyTagClassName
{
color: #655A25;
}
</style>
background-color css
<style>
a { background-color: #655A25; }
a { background-color: rgb(101,90,37); }
div.DivClassName
{
background-color: #655A25;
}
.BgClassName
{
background-color: #655A25;
}
</style>
border-color css
<style>
span { border-color: #655A25; }
span { border-color: rgb(101,90,37); }
td.TdClassName
{
border-color: #655A25;
}
.TagClassName
{
border-color: #655A25;
}
</style>