Shades of Costa Del Sol #6F6019
Tints of Costa Del Sol #6F6019
RGB
CMYK
RGB Variations
Color information
#6F6019 (or 0x6F6019) is known color: Costa Del Sol. HEX triplet: 6F, 60 and 19. RGB value is (111,96,25). Sum of RGB (Red+Green+Blue) = 111+96+25=232 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.84% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6019 is #909FE6. Grayscale: #5C5C5C. Windows color (decimal): -9478119 or 1663087. OLE color: 1663087.
HSL color Cylindrical-coordinate representation of color #6F6019: hue angle of 49.53º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6F6019 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 96 | 25 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.56 |
| HSL | 49.53º | 0.63% | 0.27% | - |
| HSV(B) | 49.53º | 0.77% | 0.44% | - |
| XYZ | 10.91 | 11.82 | 2.63 | - |
| YUV | 92.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 96 | 25 | 0 | 0.14 | 0.77 | 0.56 | 49.53 | 0.63 | 0.27 |
| Hex | 6F | 60 | 19 | 0 | E | 4D | 38 | 32 | 3F | 1B |
| Octal | 157 | 140 | 31 | 0 | 16 | 115 | 70 | 62 | 77 | 33 |
| Binary | 1101111 | 1100000 | 11001 | 0 | 1110 | 1001101 | 111000 | 110010 | 111111 | 11011 |
Color Harmonies of #6F6019
Complementary color
Monochromatic Colors of #6F6019
Black with #6F6019
Text Example
Text Example
White with #6F6019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6019; }
p { color: rgb(111,96,25); }
H1.HeaderClassName
{
color: #6F6019;
}
.AnyTagClassName
{
color: #6F6019;
}
</style>
background-color css
<style>
a { background-color: #6F6019; }
a { background-color: rgb(111,96,25); }
div.DivClassName
{
background-color: #6F6019;
}
.BgClassName
{
background-color: #6F6019;
}
</style>
border-color css
<style>
span { border-color: #6F6019; }
span { border-color: rgb(111,96,25); }
td.TdClassName
{
border-color: #6F6019;
}
.TagClassName
{
border-color: #6F6019;
}
</style>