Shades of Costa Del Sol #655C26
Tints of Costa Del Sol #655C26
RGB
CMYK
RGB Variations
Color information
#655C26 (or 0x655C26) is known color: Costa Del Sol. HEX triplet: 65, 5C and 26. RGB value is (101,92,38). Sum of RGB (Red+Green+Blue) = 101+92+38=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 38 (15.23% from 255 or 16.45% from 231); Max value from RGB is 101 - color contains mainly: red. Hex color #655C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655C26 is #9AA3D9. Grayscale: #585858. Windows color (decimal): -10134490 or 2514021. OLE color: 2514021.
HSL color Cylindrical-coordinate representation of color #655C26: hue angle of 51.43º 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 #655C26 is Cyan = 0, Magento = 0.09, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 38 | - |
| CMYK | 0 | 0.09 | 0.62 | 0.60 |
| HSL | 51.43º | 0.45% | 0.27% | - |
| HSV(B) | 51.43º | 0.62% | 0.4% | - |
| XYZ | 9.54 | 10.56 | 3.37 | - |
| YUV | 88.54 | 99.48 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 38 | 0 | 0.09 | 0.62 | 0.60 | 51.43 | 0.45 | 0.27 |
| Hex | 65 | 5C | 26 | 0 | 9 | 3E | 3C | 33 | 2D | 1B |
| Octal | 145 | 134 | 46 | 0 | 11 | 76 | 74 | 63 | 55 | 33 |
| Binary | 1100101 | 1011100 | 100110 | 0 | 1001 | 111110 | 111100 | 110011 | 101101 | 11011 |
Color Harmonies of #655C26
Complementary color
Monochromatic Colors of #655C26
Black with #655C26
Text Example
Text Example
White with #655C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C26; }
p { color: rgb(101,92,38); }
H1.HeaderClassName
{
color: #655C26;
}
.AnyTagClassName
{
color: #655C26;
}
</style>
background-color css
<style>
a { background-color: #655C26; }
a { background-color: rgb(101,92,38); }
div.DivClassName
{
background-color: #655C26;
}
.BgClassName
{
background-color: #655C26;
}
</style>
border-color css
<style>
span { border-color: #655C26; }
span { border-color: rgb(101,92,38); }
td.TdClassName
{
border-color: #655C26;
}
.TagClassName
{
border-color: #655C26;
}
</style>