Shades of Costa Del Sol #655F2A
Tints of Costa Del Sol #655F2A
RGB
CMYK
RGB Variations
Color information
#655F2A (or 0x655F2A) is known color: Costa Del Sol. HEX triplet: 65, 5F and 2A. RGB value is (101,95,42). Sum of RGB (Red+Green+Blue) = 101+95+42=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 101 - color contains mainly: red. Hex color #655F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655F2A is #9AA0D5. Grayscale: #5A5A5A. Windows color (decimal): -10133718 or 2776933. OLE color: 2776933.
HSL color Cylindrical-coordinate representation of color #655F2A: hue angle of 53.9º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #655F2A is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 95 | 42 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.60 |
| HSL | 53.9º | 0.41% | 0.28% | - |
| HSV(B) | 53.9º | 0.58% | 0.4% | - |
| XYZ | 9.88 | 11.12 | 3.82 | - |
| YUV | 90.75 | 100.49 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 95 | 42 | 0 | 0.06 | 0.58 | 0.60 | 53.9 | 0.41 | 0.28 |
| Hex | 65 | 5F | 2A | 0 | 6 | 3A | 3C | 36 | 29 | 1C |
| Octal | 145 | 137 | 52 | 0 | 6 | 72 | 74 | 66 | 51 | 34 |
| Binary | 1100101 | 1011111 | 101010 | 0 | 110 | 111010 | 111100 | 110110 | 101001 | 11100 |
Color Harmonies of #655F2A
Complementary color
Monochromatic Colors of #655F2A
Black with #655F2A
Text Example
Text Example
White with #655F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655F2A; }
p { color: rgb(101,95,42); }
H1.HeaderClassName
{
color: #655F2A;
}
.AnyTagClassName
{
color: #655F2A;
}
</style>
background-color css
<style>
a { background-color: #655F2A; }
a { background-color: rgb(101,95,42); }
div.DivClassName
{
background-color: #655F2A;
}
.BgClassName
{
background-color: #655F2A;
}
</style>
border-color css
<style>
span { border-color: #655F2A; }
span { border-color: rgb(101,95,42); }
td.TdClassName
{
border-color: #655F2A;
}
.TagClassName
{
border-color: #655F2A;
}
</style>