Shades of Costa Del Sol #6E6222
Tints of Costa Del Sol #6E6222
RGB
CMYK
RGB Variations
Color information
#6E6222 (or 0x6E6222) is known color: Costa Del Sol. HEX triplet: 6E, 62 and 22. RGB value is (110,98,34). Sum of RGB (Red+Green+Blue) = 110+98+34=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 34 (13.67% from 255 or 14.05% from 242); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6222 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6222 is #919DDD. Grayscale: #5E5E5E. Windows color (decimal): -9543134 or 2253422. OLE color: 2253422.
HSL color Cylindrical-coordinate representation of color #6E6222: hue angle of 50.53º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E6222 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 98 | 34 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.57 |
| HSL | 50.53º | 0.53% | 0.28% | - |
| HSV(B) | 50.53º | 0.69% | 0.43% | - |
| XYZ | 11.09 | 12.17 | 3.28 | - |
| YUV | 94.29 | 93.98 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 34 | 0 | 0.11 | 0.69 | 0.57 | 50.53 | 0.53 | 0.28 |
| Hex | 6E | 62 | 22 | 0 | B | 45 | 39 | 33 | 35 | 1C |
| Octal | 156 | 142 | 42 | 0 | 13 | 105 | 71 | 63 | 65 | 34 |
| Binary | 1101110 | 1100010 | 100010 | 0 | 1011 | 1000101 | 111001 | 110011 | 110101 | 11100 |
Color Harmonies of #6E6222
Complementary color
Monochromatic Colors of #6E6222
Black with #6E6222
Text Example
Text Example
White with #6E6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6222; }
p { color: rgb(110,98,34); }
H1.HeaderClassName
{
color: #6E6222;
}
.AnyTagClassName
{
color: #6E6222;
}
</style>
background-color css
<style>
a { background-color: #6E6222; }
a { background-color: rgb(110,98,34); }
div.DivClassName
{
background-color: #6E6222;
}
.BgClassName
{
background-color: #6E6222;
}
</style>
border-color css
<style>
span { border-color: #6E6222; }
span { border-color: rgb(110,98,34); }
td.TdClassName
{
border-color: #6E6222;
}
.TagClassName
{
border-color: #6E6222;
}
</style>