Shades of Costa Del Sol #68602F
Tints of Costa Del Sol #68602F
RGB
CMYK
RGB Variations
Color information
#68602F (or 0x68602F) is known color: Costa Del Sol. HEX triplet: 68, 60 and 2F. RGB value is (104,96,47). Sum of RGB (Red+Green+Blue) = 104+96+47=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #68602F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68602F is #979FD0. Grayscale: #5D5D5D. Windows color (decimal): -9936849 or 3104872. OLE color: 3104872.
HSL color Cylindrical-coordinate representation of color #68602F: hue angle of 51.58º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68602F is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 96 | 47 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.59 |
| HSL | 51.58º | 0.38% | 0.3% | - |
| HSV(B) | 51.58º | 0.55% | 0.41% | - |
| XYZ | 10.4 | 11.51 | 4.36 | - |
| YUV | 92.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 47 | 0 | 0.08 | 0.55 | 0.59 | 51.58 | 0.38 | 0.3 |
| Hex | 68 | 60 | 2F | 0 | 8 | 37 | 3B | 34 | 26 | 1E |
| Octal | 150 | 140 | 57 | 0 | 10 | 67 | 73 | 64 | 46 | 36 |
| Binary | 1101000 | 1100000 | 101111 | 0 | 1000 | 110111 | 111011 | 110100 | 100110 | 11110 |
Color Harmonies of #68602F
Complementary color
Monochromatic Colors of #68602F
Black with #68602F
Text Example
Text Example
White with #68602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68602F; }
p { color: rgb(104,96,47); }
H1.HeaderClassName
{
color: #68602F;
}
.AnyTagClassName
{
color: #68602F;
}
</style>
background-color css
<style>
a { background-color: #68602F; }
a { background-color: rgb(104,96,47); }
div.DivClassName
{
background-color: #68602F;
}
.BgClassName
{
background-color: #68602F;
}
</style>
border-color css
<style>
span { border-color: #68602F; }
span { border-color: rgb(104,96,47); }
td.TdClassName
{
border-color: #68602F;
}
.TagClassName
{
border-color: #68602F;
}
</style>