Shades of Costa Del Sol #68652E
Tints of Costa Del Sol #68652E
RGB
CMYK
RGB Variations
Color information
#68652E (or 0x68652E) is known color: Costa Del Sol. HEX triplet: 68, 65 and 2E. RGB value is (104,101,46). Sum of RGB (Red+Green+Blue) = 104+101+46=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 104 - color contains mainly: red. Hex color #68652E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68652E is #979AD1. Grayscale: #5F5F5F. Windows color (decimal): -9935570 or 3040616. OLE color: 3040616.
HSL color Cylindrical-coordinate representation of color #68652E: hue angle of 56.9º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68652E is Cyan = 0, Magento = 0.03, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 101 | 46 | - |
| CMYK | 0 | 0.03 | 0.56 | 0.59 |
| HSL | 56.9º | 0.39% | 0.29% | - |
| HSV(B) | 56.9º | 0.56% | 0.41% | - |
| XYZ | 10.86 | 12.45 | 4.42 | - |
| YUV | 95.63 | 99.99 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 101 | 46 | 0 | 0.03 | 0.56 | 0.59 | 56.9 | 0.39 | 0.29 |
| Hex | 68 | 65 | 2E | 0 | 3 | 38 | 3B | 39 | 27 | 1D |
| Octal | 150 | 145 | 56 | 0 | 3 | 70 | 73 | 71 | 47 | 35 |
| Binary | 1101000 | 1100101 | 101110 | 0 | 11 | 111000 | 111011 | 111001 | 100111 | 11101 |
Color Harmonies of #68652E
Complementary color
Monochromatic Colors of #68652E
Black with #68652E
Text Example
Text Example
White with #68652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68652E; }
p { color: rgb(104,101,46); }
H1.HeaderClassName
{
color: #68652E;
}
.AnyTagClassName
{
color: #68652E;
}
</style>
background-color css
<style>
a { background-color: #68652E; }
a { background-color: rgb(104,101,46); }
div.DivClassName
{
background-color: #68652E;
}
.BgClassName
{
background-color: #68652E;
}
</style>
border-color css
<style>
span { border-color: #68652E; }
span { border-color: rgb(104,101,46); }
td.TdClassName
{
border-color: #68652E;
}
.TagClassName
{
border-color: #68652E;
}
</style>