Shades of Costa Del Sol #695B15
Tints of Costa Del Sol #695B15
RGB
CMYK
RGB Variations
Color information
#695B15 (or 0x695B15) is known color: Costa Del Sol. HEX triplet: 69, 5B and 15. RGB value is (105,91,21). Sum of RGB (Red+Green+Blue) = 105+91+21=217 (28% of max value = 765). Red value is 105 (41.41% from 255 or 48.39% from 217); Green value is 91 (35.94% from 255 or 41.94% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 105 - color contains mainly: red. Hex color #695B15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695B15 is #96A4EA. Grayscale: #575757. Windows color (decimal): -9872619 or 1399657. OLE color: 1399657.
HSL color Cylindrical-coordinate representation of color #695B15: hue angle of 50º 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 #695B15 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 21 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.59 |
| HSL | 50º | 0.67% | 0.25% | - |
| HSV(B) | 50º | 0.8% | 0.41% | - |
| XYZ | 9.7 | 10.54 | 2.23 | - |
| YUV | 87.21 | 90.64 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 21 | 0 | 0.13 | 0.80 | 0.59 | 50 | 0.67 | 0.25 |
| Hex | 69 | 5B | 15 | 0 | D | 50 | 3B | 32 | 43 | 19 |
| Octal | 151 | 133 | 25 | 0 | 15 | 120 | 73 | 62 | 103 | 31 |
| Binary | 1101001 | 1011011 | 10101 | 0 | 1101 | 1010000 | 111011 | 110010 | 1000011 | 11001 |
Color Harmonies of #695B15
Complementary color
Monochromatic Colors of #695B15
Black with #695B15
Text Example
Text Example
White with #695B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B15; }
p { color: rgb(105,91,21); }
H1.HeaderClassName
{
color: #695B15;
}
.AnyTagClassName
{
color: #695B15;
}
</style>
background-color css
<style>
a { background-color: #695B15; }
a { background-color: rgb(105,91,21); }
div.DivClassName
{
background-color: #695B15;
}
.BgClassName
{
background-color: #695B15;
}
</style>
border-color css
<style>
span { border-color: #695B15; }
span { border-color: rgb(105,91,21); }
td.TdClassName
{
border-color: #695B15;
}
.TagClassName
{
border-color: #695B15;
}
</style>