Shades of Costa Del Sol #6B5E11
Tints of Costa Del Sol #6B5E11
RGB
CMYK
RGB Variations
Color information
#6B5E11 (or 0x6B5E11) is known color: Costa Del Sol. HEX triplet: 6B, 5E and 11. RGB value is (107,94,17). Sum of RGB (Red+Green+Blue) = 107+94+17=218 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.08% from 218); Green value is 94 (37.11% from 255 or 43.12% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5E11 is #94A1EE. Grayscale: #595959. Windows color (decimal): -9740783 or 1138283. OLE color: 1138283.
HSL color Cylindrical-coordinate representation of color #6B5E11: hue angle of 51.33º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6B5E11 is Cyan = 0, Magento = 0.12, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 94 | 17 | - |
| CMYK | 0 | 0.12 | 0.84 | 0.58 |
| HSL | 51.33º | 0.73% | 0.24% | - |
| HSV(B) | 51.33º | 0.84% | 0.42% | - |
| XYZ | 10.17 | 11.17 | 2.15 | - |
| YUV | 89.11 | 87.31 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 17 | 0 | 0.12 | 0.84 | 0.58 | 51.33 | 0.73 | 0.24 |
| Hex | 6B | 5E | 11 | 0 | C | 54 | 3A | 33 | 49 | 18 |
| Octal | 153 | 136 | 21 | 0 | 14 | 124 | 72 | 63 | 111 | 30 |
| Binary | 1101011 | 1011110 | 10001 | 0 | 1100 | 1010100 | 111010 | 110011 | 1001001 | 11000 |
Color Harmonies of #6B5E11
Complementary color
Monochromatic Colors of #6B5E11
Black with #6B5E11
Text Example
Text Example
White with #6B5E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E11; }
p { color: rgb(107,94,17); }
H1.HeaderClassName
{
color: #6B5E11;
}
.AnyTagClassName
{
color: #6B5E11;
}
</style>
background-color css
<style>
a { background-color: #6B5E11; }
a { background-color: rgb(107,94,17); }
div.DivClassName
{
background-color: #6B5E11;
}
.BgClassName
{
background-color: #6B5E11;
}
</style>
border-color css
<style>
span { border-color: #6B5E11; }
span { border-color: rgb(107,94,17); }
td.TdClassName
{
border-color: #6B5E11;
}
.TagClassName
{
border-color: #6B5E11;
}
</style>