Shades of Costa Del Sol #6B5D11
Tints of Costa Del Sol #6B5D11
RGB
CMYK
RGB Variations
Color information
#6B5D11 (or 0x6B5D11) is known color: Costa Del Sol. HEX triplet: 6B, 5D and 11. RGB value is (107,93,17). Sum of RGB (Red+Green+Blue) = 107+93+17=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 17 (7.03% from 255 or 7.83% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5D11 is #94A2EE. Grayscale: #585858. Windows color (decimal): -9741039 or 1138027. OLE color: 1138027.
HSL color Cylindrical-coordinate representation of color #6B5D11: hue angle of 50.67º 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 #6B5D11 is Cyan = 0, Magento = 0.13, Yellow = 0.84 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 93 | 17 | - |
| CMYK | 0 | 0.13 | 0.84 | 0.58 |
| HSL | 50.67º | 0.73% | 0.24% | - |
| HSV(B) | 50.67º | 0.84% | 0.42% | - |
| XYZ | 10.08 | 10.99 | 2.12 | - |
| YUV | 88.52 | 87.64 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 17 | 0 | 0.13 | 0.84 | 0.58 | 50.67 | 0.73 | 0.24 |
| Hex | 6B | 5D | 11 | 0 | D | 54 | 3A | 33 | 49 | 18 |
| Octal | 153 | 135 | 21 | 0 | 15 | 124 | 72 | 63 | 111 | 30 |
| Binary | 1101011 | 1011101 | 10001 | 0 | 1101 | 1010100 | 111010 | 110011 | 1001001 | 11000 |
Color Harmonies of #6B5D11
Complementary color
Monochromatic Colors of #6B5D11
Black with #6B5D11
Text Example
Text Example
White with #6B5D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D11; }
p { color: rgb(107,93,17); }
H1.HeaderClassName
{
color: #6B5D11;
}
.AnyTagClassName
{
color: #6B5D11;
}
</style>
background-color css
<style>
a { background-color: #6B5D11; }
a { background-color: rgb(107,93,17); }
div.DivClassName
{
background-color: #6B5D11;
}
.BgClassName
{
background-color: #6B5D11;
}
</style>
border-color css
<style>
span { border-color: #6B5D11; }
span { border-color: rgb(107,93,17); }
td.TdClassName
{
border-color: #6B5D11;
}
.TagClassName
{
border-color: #6B5D11;
}
</style>