Shades of Costa Del Sol #695D2A
Tints of Costa Del Sol #695D2A
RGB
CMYK
RGB Variations
Color information
#695D2A (or 0x695D2A) is known color: Costa Del Sol. HEX triplet: 69, 5D and 2A. RGB value is (105,93,42). Sum of RGB (Red+Green+Blue) = 105+93+42=240 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.75% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 105 - color contains mainly: red. Hex color #695D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695D2A is #96A2D5. Grayscale: #5A5A5A. Windows color (decimal): -9872086 or 2776425. OLE color: 2776425.
HSL color Cylindrical-coordinate representation of color #695D2A: hue angle of 48.57º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #695D2A is Cyan = 0, Magento = 0.11, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 42 | - |
| CMYK | 0 | 0.11 | 0.6 | 0.59 |
| HSL | 48.57º | 0.43% | 0.29% | - |
| HSV(B) | 48.57º | 0.6% | 0.41% | - |
| XYZ | 10.16 | 11 | 3.78 | - |
| YUV | 90.77 | 100.48 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 42 | 0 | 0.11 | 0.6 | 0.59 | 48.57 | 0.43 | 0.29 |
| Hex | 69 | 5D | 2A | 0 | B | 3C | 3B | 31 | 2B | 1D |
| Octal | 151 | 135 | 52 | 0 | 13 | 74 | 73 | 61 | 53 | 35 |
| Binary | 1101001 | 1011101 | 101010 | 0 | 1011 | 111100 | 111011 | 110001 | 101011 | 11101 |
Color Harmonies of #695D2A
Complementary color
Monochromatic Colors of #695D2A
Black with #695D2A
Text Example
Text Example
White with #695D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D2A; }
p { color: rgb(105,93,42); }
H1.HeaderClassName
{
color: #695D2A;
}
.AnyTagClassName
{
color: #695D2A;
}
</style>
background-color css
<style>
a { background-color: #695D2A; }
a { background-color: rgb(105,93,42); }
div.DivClassName
{
background-color: #695D2A;
}
.BgClassName
{
background-color: #695D2A;
}
</style>
border-color css
<style>
span { border-color: #695D2A; }
span { border-color: rgb(105,93,42); }
td.TdClassName
{
border-color: #695D2A;
}
.TagClassName
{
border-color: #695D2A;
}
</style>