Shades of Costa Del Sol #655B1B
Tints of Costa Del Sol #655B1B
RGB
CMYK
RGB Variations
Color information
#655B1B (or 0x655B1B) is known color: Costa Del Sol. HEX triplet: 65, 5B and 1B. RGB value is (101,91,27). Sum of RGB (Red+Green+Blue) = 101+91+27=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 27 (10.94% from 255 or 12.33% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #655B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655B1B is #9AA4E4. Grayscale: #565656. Windows color (decimal): -10134757 or 1792869. OLE color: 1792869.
HSL color Cylindrical-coordinate representation of color #655B1B: hue angle of 51.89º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #655B1B is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 91 | 27 | - |
| CMYK | 0 | 0.10 | 0.73 | 0.60 |
| HSL | 51.89º | 0.58% | 0.25% | - |
| HSV(B) | 51.89º | 0.73% | 0.4% | - |
| XYZ | 9.31 | 10.33 | 2.54 | - |
| YUV | 86.69 | 94.31 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 91 | 27 | 0 | 0.10 | 0.73 | 0.60 | 51.89 | 0.58 | 0.25 |
| Hex | 65 | 5B | 1B | 0 | A | 49 | 3C | 34 | 3A | 19 |
| Octal | 145 | 133 | 33 | 0 | 12 | 111 | 74 | 64 | 72 | 31 |
| Binary | 1100101 | 1011011 | 11011 | 0 | 1010 | 1001001 | 111100 | 110100 | 111010 | 11001 |
Color Harmonies of #655B1B
Complementary color
Monochromatic Colors of #655B1B
Black with #655B1B
Text Example
Text Example
White with #655B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655B1B; }
p { color: rgb(101,91,27); }
H1.HeaderClassName
{
color: #655B1B;
}
.AnyTagClassName
{
color: #655B1B;
}
</style>
background-color css
<style>
a { background-color: #655B1B; }
a { background-color: rgb(101,91,27); }
div.DivClassName
{
background-color: #655B1B;
}
.BgClassName
{
background-color: #655B1B;
}
</style>
border-color css
<style>
span { border-color: #655B1B; }
span { border-color: rgb(101,91,27); }
td.TdClassName
{
border-color: #655B1B;
}
.TagClassName
{
border-color: #655B1B;
}
</style>