Shades of Costa Del Sol #695F15
Tints of Costa Del Sol #695F15
RGB
CMYK
RGB Variations
Color information
#695F15 (or 0x695F15) is known color: Costa Del Sol. HEX triplet: 69, 5F and 15. RGB value is (105,95,21). Sum of RGB (Red+Green+Blue) = 105+95+21=221 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.51% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 105 - color contains mainly: red. Hex color #695F15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695F15 is #96A0EA. Grayscale: #595959. Windows color (decimal): -9871595 or 1400681. OLE color: 1400681.
HSL color Cylindrical-coordinate representation of color #695F15: hue angle of 52.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #695F15 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 95 | 21 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.59 |
| HSL | 52.86º | 0.67% | 0.25% | - |
| HSV(B) | 52.86º | 0.8% | 0.41% | - |
| XYZ | 10.05 | 11.24 | 2.35 | - |
| YUV | 89.55 | 89.31 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 21 | 0 | 0.10 | 0.80 | 0.59 | 52.86 | 0.67 | 0.25 |
| Hex | 69 | 5F | 15 | 0 | A | 50 | 3B | 35 | 43 | 19 |
| Octal | 151 | 137 | 25 | 0 | 12 | 120 | 73 | 65 | 103 | 31 |
| Binary | 1101001 | 1011111 | 10101 | 0 | 1010 | 1010000 | 111011 | 110101 | 1000011 | 11001 |
Color Harmonies of #695F15
Complementary color
Monochromatic Colors of #695F15
Black with #695F15
Text Example
Text Example
White with #695F15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F15; }
p { color: rgb(105,95,21); }
H1.HeaderClassName
{
color: #695F15;
}
.AnyTagClassName
{
color: #695F15;
}
</style>
background-color css
<style>
a { background-color: #695F15; }
a { background-color: rgb(105,95,21); }
div.DivClassName
{
background-color: #695F15;
}
.BgClassName
{
background-color: #695F15;
}
</style>
border-color css
<style>
span { border-color: #695F15; }
span { border-color: rgb(105,95,21); }
td.TdClassName
{
border-color: #695F15;
}
.TagClassName
{
border-color: #695F15;
}
</style>