Shades of Costa Del Sol #655E2C
Tints of Costa Del Sol #655E2C
RGB
CMYK
RGB Variations
Color information
#655E2C (or 0x655E2C) is known color: Costa Del Sol. HEX triplet: 65, 5E and 2C. RGB value is (101,94,44). Sum of RGB (Red+Green+Blue) = 101+94+44=239 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.26% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 101 - color contains mainly: red. Hex color #655E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E2C is #9AA1D3. Grayscale: #5A5A5A. Windows color (decimal): -10133972 or 2907749. OLE color: 2907749.
HSL color Cylindrical-coordinate representation of color #655E2C: hue angle of 52.63º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #655E2C is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 44 | - |
| CMYK | 0 | 0.07 | 0.56 | 0.60 |
| HSL | 52.63º | 0.39% | 0.28% | - |
| HSV(B) | 52.63º | 0.56% | 0.4% | - |
| XYZ | 9.82 | 10.95 | 3.98 | - |
| YUV | 90.39 | 101.82 | 135.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 44 | 0 | 0.07 | 0.56 | 0.60 | 52.63 | 0.39 | 0.28 |
| Hex | 65 | 5E | 2C | 0 | 7 | 38 | 3C | 35 | 27 | 1C |
| Octal | 145 | 136 | 54 | 0 | 7 | 70 | 74 | 65 | 47 | 34 |
| Binary | 1100101 | 1011110 | 101100 | 0 | 111 | 111000 | 111100 | 110101 | 100111 | 11100 |
Color Harmonies of #655E2C
Complementary color
Monochromatic Colors of #655E2C
Black with #655E2C
Text Example
Text Example
White with #655E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E2C; }
p { color: rgb(101,94,44); }
H1.HeaderClassName
{
color: #655E2C;
}
.AnyTagClassName
{
color: #655E2C;
}
</style>
background-color css
<style>
a { background-color: #655E2C; }
a { background-color: rgb(101,94,44); }
div.DivClassName
{
background-color: #655E2C;
}
.BgClassName
{
background-color: #655E2C;
}
</style>
border-color css
<style>
span { border-color: #655E2C; }
span { border-color: rgb(101,94,44); }
td.TdClassName
{
border-color: #655E2C;
}
.TagClassName
{
border-color: #655E2C;
}
</style>