Shades of Costa Del Sol #655D14
Tints of Costa Del Sol #655D14
RGB
CMYK
RGB Variations
Color information
#655D14 (or 0x655D14) is known color: Costa Del Sol. HEX triplet: 65, 5D and 14. RGB value is (101,93,20). Sum of RGB (Red+Green+Blue) = 101+93+20=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 101 - color contains mainly: red. Hex color #655D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655D14 is #9AA2EB. Grayscale: #575757. Windows color (decimal): -10134252 or 1334629. OLE color: 1334629.
HSL color Cylindrical-coordinate representation of color #655D14: hue angle of 54.07º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #655D14 is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 20 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.60 |
| HSL | 54.07º | 0.67% | 0.24% | - |
| HSV(B) | 54.07º | 0.8% | 0.4% | - |
| XYZ | 9.41 | 10.65 | 2.22 | - |
| YUV | 87.07 | 90.15 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 20 | 0 | 0.08 | 0.80 | 0.60 | 54.07 | 0.67 | 0.24 |
| Hex | 65 | 5D | 14 | 0 | 8 | 50 | 3C | 36 | 43 | 18 |
| Octal | 145 | 135 | 24 | 0 | 10 | 120 | 74 | 66 | 103 | 30 |
| Binary | 1100101 | 1011101 | 10100 | 0 | 1000 | 1010000 | 111100 | 110110 | 1000011 | 11000 |
Color Harmonies of #655D14
Complementary color
Monochromatic Colors of #655D14
Black with #655D14
Text Example
Text Example
White with #655D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D14; }
p { color: rgb(101,93,20); }
H1.HeaderClassName
{
color: #655D14;
}
.AnyTagClassName
{
color: #655D14;
}
</style>
background-color css
<style>
a { background-color: #655D14; }
a { background-color: rgb(101,93,20); }
div.DivClassName
{
background-color: #655D14;
}
.BgClassName
{
background-color: #655D14;
}
</style>
border-color css
<style>
span { border-color: #655D14; }
span { border-color: rgb(101,93,20); }
td.TdClassName
{
border-color: #655D14;
}
.TagClassName
{
border-color: #655D14;
}
</style>