Shades of Costa Del Sol #6E621A
Tints of Costa Del Sol #6E621A
RGB
CMYK
RGB Variations
Color information
#6E621A (or 0x6E621A) is known color: Costa Del Sol. HEX triplet: 6E, 62 and 1A. RGB value is (110,98,26). Sum of RGB (Red+Green+Blue) = 110+98+26=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E621A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E621A is #919DE5. Grayscale: #5D5D5D. Windows color (decimal): -9543142 or 1729134. OLE color: 1729134.
HSL color Cylindrical-coordinate representation of color #6E621A: hue angle of 51.43º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E621A is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 98 | 26 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.57 |
| HSL | 51.43º | 0.62% | 0.27% | - |
| HSV(B) | 51.43º | 0.76% | 0.43% | - |
| XYZ | 10.98 | 12.12 | 2.74 | - |
| YUV | 93.38 | 89.98 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 26 | 0 | 0.11 | 0.76 | 0.57 | 51.43 | 0.62 | 0.27 |
| Hex | 6E | 62 | 1A | 0 | B | 4C | 39 | 33 | 3E | 1B |
| Octal | 156 | 142 | 32 | 0 | 13 | 114 | 71 | 63 | 76 | 33 |
| Binary | 1101110 | 1100010 | 11010 | 0 | 1011 | 1001100 | 111001 | 110011 | 111110 | 11011 |
Color Harmonies of #6E621A
Complementary color
Monochromatic Colors of #6E621A
Black with #6E621A
Text Example
Text Example
White with #6E621A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E621A; }
p { color: rgb(110,98,26); }
H1.HeaderClassName
{
color: #6E621A;
}
.AnyTagClassName
{
color: #6E621A;
}
</style>
background-color css
<style>
a { background-color: #6E621A; }
a { background-color: rgb(110,98,26); }
div.DivClassName
{
background-color: #6E621A;
}
.BgClassName
{
background-color: #6E621A;
}
</style>
border-color css
<style>
span { border-color: #6E621A; }
span { border-color: rgb(110,98,26); }
td.TdClassName
{
border-color: #6E621A;
}
.TagClassName
{
border-color: #6E621A;
}
</style>