Shades of Costa Del Sol #68621A
Tints of Costa Del Sol #68621A
RGB
CMYK
RGB Variations
Color information
#68621A (or 0x68621A) is known color: Costa Del Sol. HEX triplet: 68, 62 and 1A. RGB value is (104,98,26). Sum of RGB (Red+Green+Blue) = 104+98+26=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 26 (10.55% from 255 or 11.40% from 228); Max value from RGB is 104 - color contains mainly: red. Hex color #68621A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68621A is #979DE5. Grayscale: #5B5B5B. Windows color (decimal): -9936358 or 1729128. OLE color: 1729128.
HSL color Cylindrical-coordinate representation of color #68621A: hue angle of 55.38º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #68621A is Cyan = 0, Magento = 0.06, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 26 | - |
| CMYK | 0 | 0.06 | 0.75 | 0.59 |
| HSL | 55.38º | 0.6% | 0.25% | - |
| HSV(B) | 55.38º | 0.75% | 0.41% | - |
| XYZ | 10.26 | 11.75 | 2.7 | - |
| YUV | 91.59 | 90.99 | 136.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 26 | 0 | 0.06 | 0.75 | 0.59 | 55.38 | 0.6 | 0.25 |
| Hex | 68 | 62 | 1A | 0 | 6 | 4B | 3B | 37 | 3C | 19 |
| Octal | 150 | 142 | 32 | 0 | 6 | 113 | 73 | 67 | 74 | 31 |
| Binary | 1101000 | 1100010 | 11010 | 0 | 110 | 1001011 | 111011 | 110111 | 111100 | 11001 |
Color Harmonies of #68621A
Complementary color
Monochromatic Colors of #68621A
Black with #68621A
Text Example
Text Example
White with #68621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68621A; }
p { color: rgb(104,98,26); }
H1.HeaderClassName
{
color: #68621A;
}
.AnyTagClassName
{
color: #68621A;
}
</style>
background-color css
<style>
a { background-color: #68621A; }
a { background-color: rgb(104,98,26); }
div.DivClassName
{
background-color: #68621A;
}
.BgClassName
{
background-color: #68621A;
}
</style>
border-color css
<style>
span { border-color: #68621A; }
span { border-color: rgb(104,98,26); }
td.TdClassName
{
border-color: #68621A;
}
.TagClassName
{
border-color: #68621A;
}
</style>