Shades of Costa Del Sol #6B5E10
Tints of Costa Del Sol #6B5E10
RGB
CMYK
RGB Variations
Color information
#6B5E10 (or 0x6B5E10) is known color: Costa Del Sol. HEX triplet: 6B, 5E and 10. RGB value is (107,94,16). Sum of RGB (Red+Green+Blue) = 107+94+16=217 (28% of max value = 765). Red value is 107 (42.19% from 255 or 49.31% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 16 (6.64% from 255 or 7.37% from 217); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6B5E10 is #94A1EF. Grayscale: #595959. Windows color (decimal): -9740784 or 1072747. OLE color: 1072747.
HSL color Cylindrical-coordinate representation of color #6B5E10: hue angle of 51.43º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B5E10 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 94 | 16 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.58 |
| HSL | 51.43º | 0.74% | 0.24% | - |
| HSV(B) | 51.43º | 0.85% | 0.42% | - |
| XYZ | 10.16 | 11.17 | 2.11 | - |
| YUV | 89 | 86.81 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 94 | 16 | 0 | 0.12 | 0.85 | 0.58 | 51.43 | 0.74 | 0.24 |
| Hex | 6B | 5E | 10 | 0 | C | 55 | 3A | 33 | 4A | 18 |
| Octal | 153 | 136 | 20 | 0 | 14 | 125 | 72 | 63 | 112 | 30 |
| Binary | 1101011 | 1011110 | 10000 | 0 | 1100 | 1010101 | 111010 | 110011 | 1001010 | 11000 |
Color Harmonies of #6B5E10
Complementary color
Monochromatic Colors of #6B5E10
Black with #6B5E10
Text Example
Text Example
White with #6B5E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5E10; }
p { color: rgb(107,94,16); }
H1.HeaderClassName
{
color: #6B5E10;
}
.AnyTagClassName
{
color: #6B5E10;
}
</style>
background-color css
<style>
a { background-color: #6B5E10; }
a { background-color: rgb(107,94,16); }
div.DivClassName
{
background-color: #6B5E10;
}
.BgClassName
{
background-color: #6B5E10;
}
</style>
border-color css
<style>
span { border-color: #6B5E10; }
span { border-color: rgb(107,94,16); }
td.TdClassName
{
border-color: #6B5E10;
}
.TagClassName
{
border-color: #6B5E10;
}
</style>