Shades of Costa Del Sol #695D19
Tints of Costa Del Sol #695D19
RGB
CMYK
RGB Variations
Color information
#695D19 (or 0x695D19) is known color: Costa Del Sol. HEX triplet: 69, 5D and 19. RGB value is (105,93,25). Sum of RGB (Red+Green+Blue) = 105+93+25=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 93 (36.72% from 255 or 41.70% from 223); Blue value is 25 (10.16% from 255 or 11.21% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #695D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695D19 is #96A2E6. Grayscale: #595959. Windows color (decimal): -9872103 or 1662313. OLE color: 1662313.
HSL color Cylindrical-coordinate representation of color #695D19: hue angle of 51º 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 #695D19 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 25 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.59 |
| HSL | 51º | 0.62% | 0.25% | - |
| HSV(B) | 51º | 0.76% | 0.41% | - |
| XYZ | 9.92 | 10.9 | 2.5 | - |
| YUV | 88.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 25 | 0 | 0.11 | 0.76 | 0.59 | 51 | 0.62 | 0.25 |
| Hex | 69 | 5D | 19 | 0 | B | 4C | 3B | 33 | 3E | 19 |
| Octal | 151 | 135 | 31 | 0 | 13 | 114 | 73 | 63 | 76 | 31 |
| Binary | 1101001 | 1011101 | 11001 | 0 | 1011 | 1001100 | 111011 | 110011 | 111110 | 11001 |
Color Harmonies of #695D19
Complementary color
Monochromatic Colors of #695D19
Black with #695D19
Text Example
Text Example
White with #695D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D19; }
p { color: rgb(105,93,25); }
H1.HeaderClassName
{
color: #695D19;
}
.AnyTagClassName
{
color: #695D19;
}
</style>
background-color css
<style>
a { background-color: #695D19; }
a { background-color: rgb(105,93,25); }
div.DivClassName
{
background-color: #695D19;
}
.BgClassName
{
background-color: #695D19;
}
</style>
border-color css
<style>
span { border-color: #695D19; }
span { border-color: rgb(105,93,25); }
td.TdClassName
{
border-color: #695D19;
}
.TagClassName
{
border-color: #695D19;
}
</style>