Shades of Costa Del Sol #6F5E16
Tints of Costa Del Sol #6F5E16
RGB
CMYK
RGB Variations
Color information
#6F5E16 (or 0x6F5E16) is known color: Costa Del Sol. HEX triplet: 6F, 5E and 16. RGB value is (111,94,22). Sum of RGB (Red+Green+Blue) = 111+94+22=227 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.90% from 227); Green value is 94 (37.11% from 255 or 41.41% from 227); Blue value is 22 (8.98% from 255 or 9.69% from 227); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5E16 is #90A1E9. Grayscale: #5B5B5B. Windows color (decimal): -9478634 or 1465967. OLE color: 1465967.
HSL color Cylindrical-coordinate representation of color #6F5E16: hue angle of 48.54º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6F5E16 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 94 | 22 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.56 |
| HSL | 48.54º | 0.67% | 0.26% | - |
| HSV(B) | 48.54º | 0.8% | 0.44% | - |
| XYZ | 10.7 | 11.44 | 2.4 | - |
| YUV | 90.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 94 | 22 | 0 | 0.15 | 0.80 | 0.56 | 48.54 | 0.67 | 0.26 |
| Hex | 6F | 5E | 16 | 0 | F | 50 | 38 | 31 | 43 | 1A |
| Octal | 157 | 136 | 26 | 0 | 17 | 120 | 70 | 61 | 103 | 32 |
| Binary | 1101111 | 1011110 | 10110 | 0 | 1111 | 1010000 | 111000 | 110001 | 1000011 | 11010 |
Color Harmonies of #6F5E16
Complementary color
Monochromatic Colors of #6F5E16
Black with #6F5E16
Text Example
Text Example
White with #6F5E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5E16; }
p { color: rgb(111,94,22); }
H1.HeaderClassName
{
color: #6F5E16;
}
.AnyTagClassName
{
color: #6F5E16;
}
</style>
background-color css
<style>
a { background-color: #6F5E16; }
a { background-color: rgb(111,94,22); }
div.DivClassName
{
background-color: #6F5E16;
}
.BgClassName
{
background-color: #6F5E16;
}
</style>
border-color css
<style>
span { border-color: #6F5E16; }
span { border-color: rgb(111,94,22); }
td.TdClassName
{
border-color: #6F5E16;
}
.TagClassName
{
border-color: #6F5E16;
}
</style>