Shades of Costa Del Sol #685F21
Tints of Costa Del Sol #685F21
RGB
CMYK
RGB Variations
Color information
#685F21 (or 0x685F21) is known color: Costa Del Sol. HEX triplet: 68, 5F and 21. RGB value is (104,95,33). Sum of RGB (Red+Green+Blue) = 104+95+33=232 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.83% from 232); Green value is 95 (37.5% from 255 or 40.95% from 232); Blue value is 33 (13.28% from 255 or 14.22% from 232); Max value from RGB is 104 - color contains mainly: red. Hex color #685F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685F21 is #97A0DE. Grayscale: #5A5A5A. Windows color (decimal): -9937119 or 2187112. OLE color: 2187112.
HSL color Cylindrical-coordinate representation of color #685F21: hue angle of 52.39º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #685F21 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 95 | 33 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.59 |
| HSL | 52.39º | 0.52% | 0.27% | - |
| HSV(B) | 52.39º | 0.68% | 0.41% | - |
| XYZ | 10.08 | 11.24 | 3.08 | - |
| YUV | 90.62 | 95.48 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 33 | 0 | 0.09 | 0.68 | 0.59 | 52.39 | 0.52 | 0.27 |
| Hex | 68 | 5F | 21 | 0 | 9 | 44 | 3B | 34 | 34 | 1B |
| Octal | 150 | 137 | 41 | 0 | 11 | 104 | 73 | 64 | 64 | 33 |
| Binary | 1101000 | 1011111 | 100001 | 0 | 1001 | 1000100 | 111011 | 110100 | 110100 | 11011 |
Color Harmonies of #685F21
Complementary color
Monochromatic Colors of #685F21
Black with #685F21
Text Example
Text Example
White with #685F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F21; }
p { color: rgb(104,95,33); }
H1.HeaderClassName
{
color: #685F21;
}
.AnyTagClassName
{
color: #685F21;
}
</style>
background-color css
<style>
a { background-color: #685F21; }
a { background-color: rgb(104,95,33); }
div.DivClassName
{
background-color: #685F21;
}
.BgClassName
{
background-color: #685F21;
}
</style>
border-color css
<style>
span { border-color: #685F21; }
span { border-color: rgb(104,95,33); }
td.TdClassName
{
border-color: #685F21;
}
.TagClassName
{
border-color: #685F21;
}
</style>