Shades of Costa Del Sol #6F5F1B
Tints of Costa Del Sol #6F5F1B
RGB
CMYK
RGB Variations
Color information
#6F5F1B (or 0x6F5F1B) is known color: Costa Del Sol. HEX triplet: 6F, 5F and 1B. RGB value is (111,95,27). Sum of RGB (Red+Green+Blue) = 111+95+27=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 95 (37.5% from 255 or 40.77% from 233); Blue value is 27 (10.94% from 255 or 11.59% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5F1B is #90A0E4. Grayscale: #5C5C5C. Windows color (decimal): -9478373 or 1793903. OLE color: 1793903.
HSL color Cylindrical-coordinate representation of color #6F5F1B: hue angle of 48.57º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6F5F1B is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 27 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.56 |
| HSL | 48.57º | 0.61% | 0.27% | - |
| HSV(B) | 48.57º | 0.76% | 0.44% | - |
| XYZ | 10.85 | 11.64 | 2.71 | - |
| YUV | 92.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 27 | 0 | 0.14 | 0.76 | 0.56 | 48.57 | 0.61 | 0.27 |
| Hex | 6F | 5F | 1B | 0 | E | 4C | 38 | 31 | 3D | 1B |
| Octal | 157 | 137 | 33 | 0 | 16 | 114 | 70 | 61 | 75 | 33 |
| Binary | 1101111 | 1011111 | 11011 | 0 | 1110 | 1001100 | 111000 | 110001 | 111101 | 11011 |
Color Harmonies of #6F5F1B
Complementary color
Monochromatic Colors of #6F5F1B
Black with #6F5F1B
Text Example
Text Example
White with #6F5F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F1B; }
p { color: rgb(111,95,27); }
H1.HeaderClassName
{
color: #6F5F1B;
}
.AnyTagClassName
{
color: #6F5F1B;
}
</style>
background-color css
<style>
a { background-color: #6F5F1B; }
a { background-color: rgb(111,95,27); }
div.DivClassName
{
background-color: #6F5F1B;
}
.BgClassName
{
background-color: #6F5F1B;
}
</style>
border-color css
<style>
span { border-color: #6F5F1B; }
span { border-color: rgb(111,95,27); }
td.TdClassName
{
border-color: #6F5F1B;
}
.TagClassName
{
border-color: #6F5F1B;
}
</style>