Shades of Costa Del Sol #655E31
Tints of Costa Del Sol #655E31
RGB
CMYK
RGB Variations
Color information
#655E31 (or 0x655E31) is known color: Costa Del Sol. HEX triplet: 65, 5E and 31. RGB value is (101,94,49). Sum of RGB (Red+Green+Blue) = 101+94+49=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 49 (19.53% from 255 or 20.08% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #655E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E31 is #9AA1CE. Grayscale: #5B5B5B. Windows color (decimal): -10133967 or 3235429. OLE color: 3235429.
HSL color Cylindrical-coordinate representation of color #655E31: hue angle of 51.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655E31 is Cyan = 0, Magento = 0.07, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 49 | - |
| CMYK | 0 | 0.07 | 0.51 | 0.60 |
| HSL | 51.92º | 0.35% | 0.29% | - |
| HSV(B) | 51.92º | 0.51% | 0.4% | - |
| XYZ | 9.92 | 10.99 | 4.5 | - |
| YUV | 90.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 49 | 0 | 0.07 | 0.51 | 0.60 | 51.92 | 0.35 | 0.29 |
| Hex | 65 | 5E | 31 | 0 | 7 | 33 | 3C | 34 | 23 | 1D |
| Octal | 145 | 136 | 61 | 0 | 7 | 63 | 74 | 64 | 43 | 35 |
| Binary | 1100101 | 1011110 | 110001 | 0 | 111 | 110011 | 111100 | 110100 | 100011 | 11101 |
Color Harmonies of #655E31
Complementary color
Monochromatic Colors of #655E31
Black with #655E31
Text Example
Text Example
White with #655E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E31; }
p { color: rgb(101,94,49); }
H1.HeaderClassName
{
color: #655E31;
}
.AnyTagClassName
{
color: #655E31;
}
</style>
background-color css
<style>
a { background-color: #655E31; }
a { background-color: rgb(101,94,49); }
div.DivClassName
{
background-color: #655E31;
}
.BgClassName
{
background-color: #655E31;
}
</style>
border-color css
<style>
span { border-color: #655E31; }
span { border-color: rgb(101,94,49); }
td.TdClassName
{
border-color: #655E31;
}
.TagClassName
{
border-color: #655E31;
}
</style>