Shades of Costa Del Sol #695B17
Tints of Costa Del Sol #695B17
RGB
CMYK
RGB Variations
Color information
#695B17 (or 0x695B17) is known color: Costa Del Sol. HEX triplet: 69, 5B and 17. RGB value is (105,91,23). Sum of RGB (Red+Green+Blue) = 105+91+23=219 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.95% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 23 (9.38% from 255 or 10.50% from 219); Max value from RGB is 105 - color contains mainly: red. Hex color #695B17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #695B17 is #96A4E8. Grayscale: #575757. Windows color (decimal): -9872617 or 1530729. OLE color: 1530729.
HSL color Cylindrical-coordinate representation of color #695B17: hue angle of 49.76º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #695B17 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 91 | 23 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.59 |
| HSL | 49.76º | 0.64% | 0.25% | - |
| HSV(B) | 49.76º | 0.78% | 0.41% | - |
| XYZ | 9.72 | 10.55 | 2.33 | - |
| YUV | 87.43 | 91.64 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 91 | 23 | 0 | 0.13 | 0.78 | 0.59 | 49.76 | 0.64 | 0.25 |
| Hex | 69 | 5B | 17 | 0 | D | 4E | 3B | 32 | 40 | 19 |
| Octal | 151 | 133 | 27 | 0 | 15 | 116 | 73 | 62 | 100 | 31 |
| Binary | 1101001 | 1011011 | 10111 | 0 | 1101 | 1001110 | 111011 | 110010 | 1000000 | 11001 |
Color Harmonies of #695B17
Complementary color
Monochromatic Colors of #695B17
Black with #695B17
Text Example
Text Example
White with #695B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695B17; }
p { color: rgb(105,91,23); }
H1.HeaderClassName
{
color: #695B17;
}
.AnyTagClassName
{
color: #695B17;
}
</style>
background-color css
<style>
a { background-color: #695B17; }
a { background-color: rgb(105,91,23); }
div.DivClassName
{
background-color: #695B17;
}
.BgClassName
{
background-color: #695B17;
}
</style>
border-color css
<style>
span { border-color: #695B17; }
span { border-color: rgb(105,91,23); }
td.TdClassName
{
border-color: #695B17;
}
.TagClassName
{
border-color: #695B17;
}
</style>