Shades of Costa Del Sol #685E21
Tints of Costa Del Sol #685E21
RGB
CMYK
RGB Variations
Color information
#685E21 (or 0x685E21) is known color: Costa Del Sol. HEX triplet: 68, 5E and 21. RGB value is (104,94,33). Sum of RGB (Red+Green+Blue) = 104+94+33=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 94 (37.11% from 255 or 40.69% from 231); Blue value is 33 (13.28% from 255 or 14.29% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #685E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E21 is #97A1DE. Grayscale: #5A5A5A. Windows color (decimal): -9937375 or 2186856. OLE color: 2186856.
HSL color Cylindrical-coordinate representation of color #685E21: hue angle of 51.55º 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 #685E21 is Cyan = 0, Magento = 0.10, Yellow = 0.68 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 33 | - |
| CMYK | 0 | 0.10 | 0.68 | 0.59 |
| HSL | 51.55º | 0.52% | 0.27% | - |
| HSV(B) | 51.55º | 0.68% | 0.41% | - |
| XYZ | 9.99 | 11.06 | 3.05 | - |
| YUV | 90.04 | 95.81 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 33 | 0 | 0.10 | 0.68 | 0.59 | 51.55 | 0.52 | 0.27 |
| Hex | 68 | 5E | 21 | 0 | A | 44 | 3B | 34 | 34 | 1B |
| Octal | 150 | 136 | 41 | 0 | 12 | 104 | 73 | 64 | 64 | 33 |
| Binary | 1101000 | 1011110 | 100001 | 0 | 1010 | 1000100 | 111011 | 110100 | 110100 | 11011 |
Color Harmonies of #685E21
Complementary color
Monochromatic Colors of #685E21
Black with #685E21
Text Example
Text Example
White with #685E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E21; }
p { color: rgb(104,94,33); }
H1.HeaderClassName
{
color: #685E21;
}
.AnyTagClassName
{
color: #685E21;
}
</style>
background-color css
<style>
a { background-color: #685E21; }
a { background-color: rgb(104,94,33); }
div.DivClassName
{
background-color: #685E21;
}
.BgClassName
{
background-color: #685E21;
}
</style>
border-color css
<style>
span { border-color: #685E21; }
span { border-color: rgb(104,94,33); }
td.TdClassName
{
border-color: #685E21;
}
.TagClassName
{
border-color: #685E21;
}
</style>