Shades of Costa Del Sol #695E19
Tints of Costa Del Sol #695E19
RGB
CMYK
RGB Variations
Color information
#695E19 (or 0x695E19) is known color: Costa Del Sol. HEX triplet: 69, 5E and 19. RGB value is (105,94,25). Sum of RGB (Red+Green+Blue) = 105+94+25=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 94 (37.11% from 255 or 41.96% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #695E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695E19 is #96A1E6. Grayscale: #595959. Windows color (decimal): -9871847 or 1662569. OLE color: 1662569.
HSL color Cylindrical-coordinate representation of color #695E19: hue angle of 51.75º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #695E19 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 94 | 25 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.59 |
| HSL | 51.75º | 0.62% | 0.25% | - |
| HSV(B) | 51.75º | 0.76% | 0.41% | - |
| XYZ | 10 | 11.08 | 2.53 | - |
| YUV | 89.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 25 | 0 | 0.10 | 0.76 | 0.59 | 51.75 | 0.62 | 0.25 |
| Hex | 69 | 5E | 19 | 0 | A | 4C | 3B | 34 | 3E | 19 |
| Octal | 151 | 136 | 31 | 0 | 12 | 114 | 73 | 64 | 76 | 31 |
| Binary | 1101001 | 1011110 | 11001 | 0 | 1010 | 1001100 | 111011 | 110100 | 111110 | 11001 |
Color Harmonies of #695E19
Complementary color
Monochromatic Colors of #695E19
Black with #695E19
Text Example
Text Example
White with #695E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695E19; }
p { color: rgb(105,94,25); }
H1.HeaderClassName
{
color: #695E19;
}
.AnyTagClassName
{
color: #695E19;
}
</style>
background-color css
<style>
a { background-color: #695E19; }
a { background-color: rgb(105,94,25); }
div.DivClassName
{
background-color: #695E19;
}
.BgClassName
{
background-color: #695E19;
}
</style>
border-color css
<style>
span { border-color: #695E19; }
span { border-color: rgb(105,94,25); }
td.TdClassName
{
border-color: #695E19;
}
.TagClassName
{
border-color: #695E19;
}
</style>