Shades of Costa Del Sol #695F2F
Tints of Costa Del Sol #695F2F
RGB
CMYK
RGB Variations
Color information
#695F2F (or 0x695F2F) is known color: Costa Del Sol. HEX triplet: 69, 5F and 2F. RGB value is (105,95,47). Sum of RGB (Red+Green+Blue) = 105+95+47=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #695F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695F2F is #96A0D0. Grayscale: #5C5C5C. Windows color (decimal): -9871569 or 3104617. OLE color: 3104617.
HSL color Cylindrical-coordinate representation of color #695F2F: hue angle of 49.66º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #695F2F is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 95 | 47 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.59 |
| HSL | 49.66º | 0.38% | 0.3% | - |
| HSV(B) | 49.66º | 0.55% | 0.41% | - |
| XYZ | 10.43 | 11.39 | 4.34 | - |
| YUV | 92.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 95 | 47 | 0 | 0.10 | 0.55 | 0.59 | 49.66 | 0.38 | 0.3 |
| Hex | 69 | 5F | 2F | 0 | A | 37 | 3B | 32 | 26 | 1E |
| Octal | 151 | 137 | 57 | 0 | 12 | 67 | 73 | 62 | 46 | 36 |
| Binary | 1101001 | 1011111 | 101111 | 0 | 1010 | 110111 | 111011 | 110010 | 100110 | 11110 |
Color Harmonies of #695F2F
Complementary color
Monochromatic Colors of #695F2F
Black with #695F2F
Text Example
Text Example
White with #695F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695F2F; }
p { color: rgb(105,95,47); }
H1.HeaderClassName
{
color: #695F2F;
}
.AnyTagClassName
{
color: #695F2F;
}
</style>
background-color css
<style>
a { background-color: #695F2F; }
a { background-color: rgb(105,95,47); }
div.DivClassName
{
background-color: #695F2F;
}
.BgClassName
{
background-color: #695F2F;
}
</style>
border-color css
<style>
span { border-color: #695F2F; }
span { border-color: rgb(105,95,47); }
td.TdClassName
{
border-color: #695F2F;
}
.TagClassName
{
border-color: #695F2F;
}
</style>