Shades of Costa Del Sol #655D0F
Tints of Costa Del Sol #655D0F
RGB
CMYK
RGB Variations
Color information
#655D0F (or 0x655D0F) is known color: Costa Del Sol. HEX triplet: 65, 5D and 0F. RGB value is (101,93,15). Sum of RGB (Red+Green+Blue) = 101+93+15=209 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.33% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 101 - color contains mainly: red. Hex color #655D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655D0F is #9AA2F0. Grayscale: #565656. Windows color (decimal): -10134257 or 1006949. OLE color: 1006949.
HSL color Cylindrical-coordinate representation of color #655D0F: hue angle of 54.42º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #655D0F is Cyan = 0, Magento = 0.08, Yellow = 0.85 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 15 | - |
| CMYK | 0 | 0.08 | 0.85 | 0.60 |
| HSL | 54.42º | 0.74% | 0.23% | - |
| HSV(B) | 54.42º | 0.85% | 0.4% | - |
| XYZ | 9.37 | 10.63 | 2.01 | - |
| YUV | 86.5 | 87.65 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 15 | 0 | 0.08 | 0.85 | 0.60 | 54.42 | 0.74 | 0.23 |
| Hex | 65 | 5D | F | 0 | 8 | 55 | 3C | 36 | 4A | 17 |
| Octal | 145 | 135 | 17 | 0 | 10 | 125 | 74 | 66 | 112 | 27 |
| Binary | 1100101 | 1011101 | 1111 | 0 | 1000 | 1010101 | 111100 | 110110 | 1001010 | 10111 |
Color Harmonies of #655D0F
Complementary color
Monochromatic Colors of #655D0F
Black with #655D0F
Text Example
Text Example
White with #655D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D0F; }
p { color: rgb(101,93,15); }
H1.HeaderClassName
{
color: #655D0F;
}
.AnyTagClassName
{
color: #655D0F;
}
</style>
background-color css
<style>
a { background-color: #655D0F; }
a { background-color: rgb(101,93,15); }
div.DivClassName
{
background-color: #655D0F;
}
.BgClassName
{
background-color: #655D0F;
}
</style>
border-color css
<style>
span { border-color: #655D0F; }
span { border-color: rgb(101,93,15); }
td.TdClassName
{
border-color: #655D0F;
}
.TagClassName
{
border-color: #655D0F;
}
</style>