Shades of Costa Del Sol #695E2C
Tints of Costa Del Sol #695E2C
RGB
CMYK
RGB Variations
Color information
#695E2C (or 0x695E2C) is known color: Costa Del Sol. HEX triplet: 69, 5E and 2C. RGB value is (105,94,44). Sum of RGB (Red+Green+Blue) = 105+94+44=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #695E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695E2C is #96A1D3. Grayscale: #5B5B5B. Windows color (decimal): -9871828 or 2907753. OLE color: 2907753.
HSL color Cylindrical-coordinate representation of color #695E2C: hue angle of 49.18º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #695E2C is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 94 | 44 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.59 |
| HSL | 49.18º | 0.41% | 0.29% | - |
| HSV(B) | 49.18º | 0.58% | 0.41% | - |
| XYZ | 10.28 | 11.19 | 4 | - |
| YUV | 91.59 | 101.14 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 94 | 44 | 0 | 0.10 | 0.58 | 0.59 | 49.18 | 0.41 | 0.29 |
| Hex | 69 | 5E | 2C | 0 | A | 3A | 3B | 31 | 29 | 1D |
| Octal | 151 | 136 | 54 | 0 | 12 | 72 | 73 | 61 | 51 | 35 |
| Binary | 1101001 | 1011110 | 101100 | 0 | 1010 | 111010 | 111011 | 110001 | 101001 | 11101 |
Color Harmonies of #695E2C
Complementary color
Monochromatic Colors of #695E2C
Black with #695E2C
Text Example
Text Example
White with #695E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695E2C; }
p { color: rgb(105,94,44); }
H1.HeaderClassName
{
color: #695E2C;
}
.AnyTagClassName
{
color: #695E2C;
}
</style>
background-color css
<style>
a { background-color: #695E2C; }
a { background-color: rgb(105,94,44); }
div.DivClassName
{
background-color: #695E2C;
}
.BgClassName
{
background-color: #695E2C;
}
</style>
border-color css
<style>
span { border-color: #695E2C; }
span { border-color: rgb(105,94,44); }
td.TdClassName
{
border-color: #695E2C;
}
.TagClassName
{
border-color: #695E2C;
}
</style>