Shades of Costa Del Sol #6F621E
Tints of Costa Del Sol #6F621E
RGB
CMYK
RGB Variations
Color information
#6F621E (or 0x6F621E) is known color: Costa Del Sol. HEX triplet: 6F, 62 and 1E. RGB value is (111,98,30). Sum of RGB (Red+Green+Blue) = 111+98+30=239 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.44% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 111 - color contains mainly: red. Hex color #6F621E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F621E is #909DE1. Grayscale: #5E5E5E. Windows color (decimal): -9477602 or 1991279. OLE color: 1991279.
HSL color Cylindrical-coordinate representation of color #6F621E: hue angle of 50.37º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6F621E is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 98 | 30 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.56 |
| HSL | 50.37º | 0.57% | 0.28% | - |
| HSV(B) | 50.37º | 0.73% | 0.44% | - |
| XYZ | 11.16 | 12.21 | 3 | - |
| YUV | 94.14 | 91.81 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 98 | 30 | 0 | 0.12 | 0.73 | 0.56 | 50.37 | 0.57 | 0.28 |
| Hex | 6F | 62 | 1E | 0 | C | 49 | 38 | 32 | 39 | 1C |
| Octal | 157 | 142 | 36 | 0 | 14 | 111 | 70 | 62 | 71 | 34 |
| Binary | 1101111 | 1100010 | 11110 | 0 | 1100 | 1001001 | 111000 | 110010 | 111001 | 11100 |
Color Harmonies of #6F621E
Complementary color
Monochromatic Colors of #6F621E
Black with #6F621E
Text Example
Text Example
White with #6F621E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F621E; }
p { color: rgb(111,98,30); }
H1.HeaderClassName
{
color: #6F621E;
}
.AnyTagClassName
{
color: #6F621E;
}
</style>
background-color css
<style>
a { background-color: #6F621E; }
a { background-color: rgb(111,98,30); }
div.DivClassName
{
background-color: #6F621E;
}
.BgClassName
{
background-color: #6F621E;
}
</style>
border-color css
<style>
span { border-color: #6F621E; }
span { border-color: rgb(111,98,30); }
td.TdClassName
{
border-color: #6F621E;
}
.TagClassName
{
border-color: #6F621E;
}
</style>