Shades of Costa Del Sol #655B2C
Tints of Costa Del Sol #655B2C
RGB
CMYK
RGB Variations
Color information
#655B2C (or 0x655B2C) is known color: Costa Del Sol. HEX triplet: 65, 5B and 2C. RGB value is (101,91,44). Sum of RGB (Red+Green+Blue) = 101+91+44=236 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.80% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 44 (17.58% from 255 or 18.64% from 236); Max value from RGB is 101 - color contains mainly: red. Hex color #655B2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B2C is #9AA4D3. Grayscale: #585858. Windows color (decimal): -10134740 or 2906981. OLE color: 2906981.
HSL color Cylindrical-coordinate representation of color #655B2C: hue angle of 49.47º 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 #655B2C is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 44 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.60 |
| HSL | 49.47º | 0.39% | 0.28% | - |
| HSV(B) | 49.47º | 0.56% | 0.4% | - |
| XYZ | 9.56 | 10.43 | 3.89 | - |
| YUV | 88.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 44 | 0 | 0.10 | 0.56 | 0.60 | 49.47 | 0.39 | 0.28 |
| Hex | 65 | 5B | 2C | 0 | A | 38 | 3C | 31 | 27 | 1C |
| Octal | 145 | 133 | 54 | 0 | 12 | 70 | 74 | 61 | 47 | 34 |
| Binary | 1100101 | 1011011 | 101100 | 0 | 1010 | 111000 | 111100 | 110001 | 100111 | 11100 |
Color Harmonies of #655B2C
Complementary color
Monochromatic Colors of #655B2C
Black with #655B2C
Text Example
Text Example
White with #655B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B2C; }
p { color: rgb(101,91,44); }
H1.HeaderClassName
{
color: #655B2C;
}
.AnyTagClassName
{
color: #655B2C;
}
</style>
background-color css
<style>
a { background-color: #655B2C; }
a { background-color: rgb(101,91,44); }
div.DivClassName
{
background-color: #655B2C;
}
.BgClassName
{
background-color: #655B2C;
}
</style>
border-color css
<style>
span { border-color: #655B2C; }
span { border-color: rgb(101,91,44); }
td.TdClassName
{
border-color: #655B2C;
}
.TagClassName
{
border-color: #655B2C;
}
</style>