Shades of Costa Del Sol #6F5F16
Tints of Costa Del Sol #6F5F16
RGB
CMYK
RGB Variations
Color information
#6F5F16 (or 0x6F5F16) is known color: Costa Del Sol. HEX triplet: 6F, 5F and 16. RGB value is (111,95,22). Sum of RGB (Red+Green+Blue) = 111+95+22=228 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.68% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5F16 is #90A0E9. Grayscale: #5B5B5B. Windows color (decimal): -9478378 or 1466223. OLE color: 1466223.
HSL color Cylindrical-coordinate representation of color #6F5F16: hue angle of 49.21º 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 #6F5F16 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 22 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.56 |
| HSL | 49.21º | 0.67% | 0.26% | - |
| HSV(B) | 49.21º | 0.8% | 0.44% | - |
| XYZ | 10.79 | 11.62 | 2.43 | - |
| YUV | 91.46 | 88.8 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 22 | 0 | 0.14 | 0.80 | 0.56 | 49.21 | 0.67 | 0.26 |
| Hex | 6F | 5F | 16 | 0 | E | 50 | 38 | 31 | 43 | 1A |
| Octal | 157 | 137 | 26 | 0 | 16 | 120 | 70 | 61 | 103 | 32 |
| Binary | 1101111 | 1011111 | 10110 | 0 | 1110 | 1010000 | 111000 | 110001 | 1000011 | 11010 |
Color Harmonies of #6F5F16
Complementary color
Monochromatic Colors of #6F5F16
Black with #6F5F16
Text Example
Text Example
White with #6F5F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F16; }
p { color: rgb(111,95,22); }
H1.HeaderClassName
{
color: #6F5F16;
}
.AnyTagClassName
{
color: #6F5F16;
}
</style>
background-color css
<style>
a { background-color: #6F5F16; }
a { background-color: rgb(111,95,22); }
div.DivClassName
{
background-color: #6F5F16;
}
.BgClassName
{
background-color: #6F5F16;
}
</style>
border-color css
<style>
span { border-color: #6F5F16; }
span { border-color: rgb(111,95,22); }
td.TdClassName
{
border-color: #6F5F16;
}
.TagClassName
{
border-color: #6F5F16;
}
</style>