Shades of Costa Del Sol #6E6221
Tints of Costa Del Sol #6E6221
RGB
CMYK
RGB Variations
Color information
#6E6221 (or 0x6E6221) is known color: Costa Del Sol. HEX triplet: 6E, 62 and 21. RGB value is (110,98,33). Sum of RGB (Red+Green+Blue) = 110+98+33=241 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.64% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6221 is #919DDE. Grayscale: #5E5E5E. Windows color (decimal): -9543135 or 2187886. OLE color: 2187886.
HSL color Cylindrical-coordinate representation of color #6E6221: hue angle of 50.65º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6E6221 is Cyan = 0, Magento = 0.11, Yellow = 0.7 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 98 | 33 | - |
| CMYK | 0 | 0.11 | 0.7 | 0.57 |
| HSL | 50.65º | 0.54% | 0.28% | - |
| HSV(B) | 50.65º | 0.7% | 0.43% | - |
| XYZ | 11.07 | 12.16 | 3.2 | - |
| YUV | 94.18 | 93.48 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 33 | 0 | 0.11 | 0.7 | 0.57 | 50.65 | 0.54 | 0.28 |
| Hex | 6E | 62 | 21 | 0 | B | 46 | 39 | 33 | 36 | 1C |
| Octal | 156 | 142 | 41 | 0 | 13 | 106 | 71 | 63 | 66 | 34 |
| Binary | 1101110 | 1100010 | 100001 | 0 | 1011 | 1000110 | 111001 | 110011 | 110110 | 11100 |
Color Harmonies of #6E6221
Complementary color
Monochromatic Colors of #6E6221
Black with #6E6221
Text Example
Text Example
White with #6E6221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6221; }
p { color: rgb(110,98,33); }
H1.HeaderClassName
{
color: #6E6221;
}
.AnyTagClassName
{
color: #6E6221;
}
</style>
background-color css
<style>
a { background-color: #6E6221; }
a { background-color: rgb(110,98,33); }
div.DivClassName
{
background-color: #6E6221;
}
.BgClassName
{
background-color: #6E6221;
}
</style>
border-color css
<style>
span { border-color: #6E6221; }
span { border-color: rgb(110,98,33); }
td.TdClassName
{
border-color: #6E6221;
}
.TagClassName
{
border-color: #6E6221;
}
</style>