Shades of Costa Del Sol #655A28
Tints of Costa Del Sol #655A28
RGB
CMYK
RGB Variations
Color information
#655A28 (or 0x655A28) is known color: Costa Del Sol. HEX triplet: 65, 5A and 28. RGB value is (101,90,40). Sum of RGB (Red+Green+Blue) = 101+90+40=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #655A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A28 is #9AA5D7. Grayscale: #575757. Windows color (decimal): -10135000 or 2644581. OLE color: 2644581.
HSL color Cylindrical-coordinate representation of color #655A28: hue angle of 49.18º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #655A28 is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 40 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.60 |
| HSL | 49.18º | 0.43% | 0.28% | - |
| HSV(B) | 49.18º | 0.6% | 0.4% | - |
| XYZ | 9.41 | 10.23 | 3.49 | - |
| YUV | 87.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 40 | 0 | 0.11 | 0.60 | 0.60 | 49.18 | 0.43 | 0.28 |
| Hex | 65 | 5A | 28 | 0 | B | 3C | 3C | 31 | 2B | 1C |
| Octal | 145 | 132 | 50 | 0 | 13 | 74 | 74 | 61 | 53 | 34 |
| Binary | 1100101 | 1011010 | 101000 | 0 | 1011 | 111100 | 111100 | 110001 | 101011 | 11100 |
Color Harmonies of #655A28
Complementary color
Monochromatic Colors of #655A28
Black with #655A28
Text Example
Text Example
White with #655A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A28; }
p { color: rgb(101,90,40); }
H1.HeaderClassName
{
color: #655A28;
}
.AnyTagClassName
{
color: #655A28;
}
</style>
background-color css
<style>
a { background-color: #655A28; }
a { background-color: rgb(101,90,40); }
div.DivClassName
{
background-color: #655A28;
}
.BgClassName
{
background-color: #655A28;
}
</style>
border-color css
<style>
span { border-color: #655A28; }
span { border-color: rgb(101,90,40); }
td.TdClassName
{
border-color: #655A28;
}
.TagClassName
{
border-color: #655A28;
}
</style>