Shades of Costa Del Sol #655E19
Tints of Costa Del Sol #655E19
RGB
CMYK
RGB Variations
Color information
#655E19 (or 0x655E19) is known color: Costa Del Sol. HEX triplet: 65, 5E and 19. RGB value is (101,94,25). Sum of RGB (Red+Green+Blue) = 101+94+25=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #655E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655E19 is #9AA1E6. Grayscale: #585858. Windows color (decimal): -10133991 or 1662565. OLE color: 1662565.
HSL color Cylindrical-coordinate representation of color #655E19: hue angle of 54.47º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #655E19 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 25 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.60 |
| HSL | 54.47º | 0.6% | 0.25% | - |
| HSV(B) | 54.47º | 0.75% | 0.4% | - |
| XYZ | 9.55 | 10.84 | 2.51 | - |
| YUV | 88.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 25 | 0 | 0.07 | 0.75 | 0.60 | 54.47 | 0.6 | 0.25 |
| Hex | 65 | 5E | 19 | 0 | 7 | 4B | 3C | 36 | 3C | 19 |
| Octal | 145 | 136 | 31 | 0 | 7 | 113 | 74 | 66 | 74 | 31 |
| Binary | 1100101 | 1011110 | 11001 | 0 | 111 | 1001011 | 111100 | 110110 | 111100 | 11001 |
Color Harmonies of #655E19
Complementary color
Monochromatic Colors of #655E19
Black with #655E19
Text Example
Text Example
White with #655E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E19; }
p { color: rgb(101,94,25); }
H1.HeaderClassName
{
color: #655E19;
}
.AnyTagClassName
{
color: #655E19;
}
</style>
background-color css
<style>
a { background-color: #655E19; }
a { background-color: rgb(101,94,25); }
div.DivClassName
{
background-color: #655E19;
}
.BgClassName
{
background-color: #655E19;
}
</style>
border-color css
<style>
span { border-color: #655E19; }
span { border-color: rgb(101,94,25); }
td.TdClassName
{
border-color: #655E19;
}
.TagClassName
{
border-color: #655E19;
}
</style>