Shades of Costa Del Sol #6F5F19
Tints of Costa Del Sol #6F5F19
RGB
CMYK
RGB Variations
Color information
#6F5F19 (or 0x6F5F19) is known color: Costa Del Sol. HEX triplet: 6F, 5F and 19. RGB value is (111,95,25). Sum of RGB (Red+Green+Blue) = 111+95+25=231 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.05% from 231); Green value is 95 (37.5% from 255 or 41.13% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F5F19 is #90A0E6. Grayscale: #5C5C5C. Windows color (decimal): -9478375 or 1662831. OLE color: 1662831.
HSL color Cylindrical-coordinate representation of color #6F5F19: hue angle of 48.84º 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 #6F5F19 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 25 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.56 |
| HSL | 48.84º | 0.63% | 0.27% | - |
| HSV(B) | 48.84º | 0.77% | 0.44% | - |
| XYZ | 10.82 | 11.63 | 2.59 | - |
| YUV | 91.8 | 90.3 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 25 | 0 | 0.14 | 0.77 | 0.56 | 48.84 | 0.63 | 0.27 |
| Hex | 6F | 5F | 19 | 0 | E | 4D | 38 | 31 | 3F | 1B |
| Octal | 157 | 137 | 31 | 0 | 16 | 115 | 70 | 61 | 77 | 33 |
| Binary | 1101111 | 1011111 | 11001 | 0 | 1110 | 1001101 | 111000 | 110001 | 111111 | 11011 |
Color Harmonies of #6F5F19
Complementary color
Monochromatic Colors of #6F5F19
Black with #6F5F19
Text Example
Text Example
White with #6F5F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F19; }
p { color: rgb(111,95,25); }
H1.HeaderClassName
{
color: #6F5F19;
}
.AnyTagClassName
{
color: #6F5F19;
}
</style>
background-color css
<style>
a { background-color: #6F5F19; }
a { background-color: rgb(111,95,25); }
div.DivClassName
{
background-color: #6F5F19;
}
.BgClassName
{
background-color: #6F5F19;
}
</style>
border-color css
<style>
span { border-color: #6F5F19; }
span { border-color: rgb(111,95,25); }
td.TdClassName
{
border-color: #6F5F19;
}
.TagClassName
{
border-color: #6F5F19;
}
</style>