Shades of Costa Del Sol #695D2D
Tints of Costa Del Sol #695D2D
RGB
CMYK
RGB Variations
Color information
#695D2D (or 0x695D2D) is known color: Costa Del Sol. HEX triplet: 69, 5D and 2D. RGB value is (105,93,45). Sum of RGB (Red+Green+Blue) = 105+93+45=243 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.21% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 105 - color contains mainly: red. Hex color #695D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695D2D is #96A2D2. Grayscale: #5B5B5B. Windows color (decimal): -9872083 or 2973033. OLE color: 2973033.
HSL color Cylindrical-coordinate representation of color #695D2D: hue angle of 48º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #695D2D is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 45 | - |
| CMYK | 0 | 0.11 | 0.57 | 0.59 |
| HSL | 48º | 0.4% | 0.29% | - |
| HSV(B) | 48º | 0.57% | 0.41% | - |
| XYZ | 10.21 | 11.02 | 4.07 | - |
| YUV | 91.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 45 | 0 | 0.11 | 0.57 | 0.59 | 48 | 0.4 | 0.29 |
| Hex | 69 | 5D | 2D | 0 | B | 39 | 3B | 30 | 28 | 1D |
| Octal | 151 | 135 | 55 | 0 | 13 | 71 | 73 | 60 | 50 | 35 |
| Binary | 1101001 | 1011101 | 101101 | 0 | 1011 | 111001 | 111011 | 110000 | 101000 | 11101 |
Color Harmonies of #695D2D
Complementary color
Monochromatic Colors of #695D2D
Black with #695D2D
Text Example
Text Example
White with #695D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D2D; }
p { color: rgb(105,93,45); }
H1.HeaderClassName
{
color: #695D2D;
}
.AnyTagClassName
{
color: #695D2D;
}
</style>
background-color css
<style>
a { background-color: #695D2D; }
a { background-color: rgb(105,93,45); }
div.DivClassName
{
background-color: #695D2D;
}
.BgClassName
{
background-color: #695D2D;
}
</style>
border-color css
<style>
span { border-color: #695D2D; }
span { border-color: rgb(105,93,45); }
td.TdClassName
{
border-color: #695D2D;
}
.TagClassName
{
border-color: #695D2D;
}
</style>