Shades of Costa Del Sol #655E26
Tints of Costa Del Sol #655E26
RGB
CMYK
RGB Variations
Color information
#655E26 (or 0x655E26) is known color: Costa Del Sol. HEX triplet: 65, 5E and 26. RGB value is (101,94,38). Sum of RGB (Red+Green+Blue) = 101+94+38=233 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.35% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 101 - color contains mainly: red. Hex color #655E26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E26 is #9AA1D9. Grayscale: #595959. Windows color (decimal): -10133978 or 2514533. OLE color: 2514533.
HSL color Cylindrical-coordinate representation of color #655E26: hue angle of 53.33º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #655E26 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 38 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.60 |
| HSL | 53.33º | 0.45% | 0.27% | - |
| HSV(B) | 53.33º | 0.62% | 0.4% | - |
| XYZ | 9.72 | 10.91 | 3.43 | - |
| YUV | 89.71 | 98.82 | 136.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 38 | 0 | 0.07 | 0.62 | 0.60 | 53.33 | 0.45 | 0.27 |
| Hex | 65 | 5E | 26 | 0 | 7 | 3E | 3C | 35 | 2D | 1B |
| Octal | 145 | 136 | 46 | 0 | 7 | 76 | 74 | 65 | 55 | 33 |
| Binary | 1100101 | 1011110 | 100110 | 0 | 111 | 111110 | 111100 | 110101 | 101101 | 11011 |
Color Harmonies of #655E26
Complementary color
Monochromatic Colors of #655E26
Black with #655E26
Text Example
Text Example
White with #655E26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E26; }
p { color: rgb(101,94,38); }
H1.HeaderClassName
{
color: #655E26;
}
.AnyTagClassName
{
color: #655E26;
}
</style>
background-color css
<style>
a { background-color: #655E26; }
a { background-color: rgb(101,94,38); }
div.DivClassName
{
background-color: #655E26;
}
.BgClassName
{
background-color: #655E26;
}
</style>
border-color css
<style>
span { border-color: #655E26; }
span { border-color: rgb(101,94,38); }
td.TdClassName
{
border-color: #655E26;
}
.TagClassName
{
border-color: #655E26;
}
</style>