Shades of Costa Del Sol #68632E
Tints of Costa Del Sol #68632E
RGB
CMYK
RGB Variations
Color information
#68632E (or 0x68632E) is known color: Costa Del Sol. HEX triplet: 68, 63 and 2E. RGB value is (104,99,46). Sum of RGB (Red+Green+Blue) = 104+99+46=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 46 (18.36% from 255 or 18.47% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68632E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68632E is #979CD1. Grayscale: #5E5E5E. Windows color (decimal): -9936082 or 3040104. OLE color: 3040104.
HSL color Cylindrical-coordinate representation of color #68632E: hue angle of 54.83º 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 #68632E is Cyan = 0, Magento = 0.05, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 46 | - |
| CMYK | 0 | 0.05 | 0.56 | 0.59 |
| HSL | 54.83º | 0.39% | 0.29% | - |
| HSV(B) | 54.83º | 0.56% | 0.41% | - |
| XYZ | 10.66 | 12.06 | 4.35 | - |
| YUV | 94.45 | 100.66 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 46 | 0 | 0.05 | 0.56 | 0.59 | 54.83 | 0.39 | 0.29 |
| Hex | 68 | 63 | 2E | 0 | 5 | 38 | 3B | 37 | 27 | 1D |
| Octal | 150 | 143 | 56 | 0 | 5 | 70 | 73 | 67 | 47 | 35 |
| Binary | 1101000 | 1100011 | 101110 | 0 | 101 | 111000 | 111011 | 110111 | 100111 | 11101 |
Color Harmonies of #68632E
Complementary color
Monochromatic Colors of #68632E
Black with #68632E
Text Example
Text Example
White with #68632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68632E; }
p { color: rgb(104,99,46); }
H1.HeaderClassName
{
color: #68632E;
}
.AnyTagClassName
{
color: #68632E;
}
</style>
background-color css
<style>
a { background-color: #68632E; }
a { background-color: rgb(104,99,46); }
div.DivClassName
{
background-color: #68632E;
}
.BgClassName
{
background-color: #68632E;
}
</style>
border-color css
<style>
span { border-color: #68632E; }
span { border-color: rgb(104,99,46); }
td.TdClassName
{
border-color: #68632E;
}
.TagClassName
{
border-color: #68632E;
}
</style>