Shades of Costa Del Sol #655E0E
Tints of Costa Del Sol #655E0E
RGB
CMYK
RGB Variations
Color information
#655E0E (or 0x655E0E) is known color: Costa Del Sol. HEX triplet: 65, 5E and 0E. RGB value is (101,94,14). Sum of RGB (Red+Green+Blue) = 101+94+14=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 94 (37.11% from 255 or 44.98% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #655E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655E0E is #9AA1F1. Grayscale: #575757. Windows color (decimal): -10134002 or 941669. OLE color: 941669.
HSL color Cylindrical-coordinate representation of color #655E0E: hue angle of 55.17º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #655E0E is Cyan = 0, Magento = 0.07, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 14 | - |
| CMYK | 0 | 0.07 | 0.86 | 0.60 |
| HSL | 55.17º | 0.76% | 0.23% | - |
| HSV(B) | 55.17º | 0.86% | 0.4% | - |
| XYZ | 9.45 | 10.8 | 2 | - |
| YUV | 86.97 | 86.82 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 14 | 0 | 0.07 | 0.86 | 0.60 | 55.17 | 0.76 | 0.23 |
| Hex | 65 | 5E | E | 0 | 7 | 56 | 3C | 37 | 4C | 17 |
| Octal | 145 | 136 | 16 | 0 | 7 | 126 | 74 | 67 | 114 | 27 |
| Binary | 1100101 | 1011110 | 1110 | 0 | 111 | 1010110 | 111100 | 110111 | 1001100 | 10111 |
Color Harmonies of #655E0E
Complementary color
Monochromatic Colors of #655E0E
Black with #655E0E
Text Example
Text Example
White with #655E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E0E; }
p { color: rgb(101,94,14); }
H1.HeaderClassName
{
color: #655E0E;
}
.AnyTagClassName
{
color: #655E0E;
}
</style>
background-color css
<style>
a { background-color: #655E0E; }
a { background-color: rgb(101,94,14); }
div.DivClassName
{
background-color: #655E0E;
}
.BgClassName
{
background-color: #655E0E;
}
</style>
border-color css
<style>
span { border-color: #655E0E; }
span { border-color: rgb(101,94,14); }
td.TdClassName
{
border-color: #655E0E;
}
.TagClassName
{
border-color: #655E0E;
}
</style>