Shades of Domino #6C5E50
Tints of Domino #6C5E50
RGB
CMYK
RGB Variations
Color information
#6C5E50 (or 0x6C5E50) is known color: Domino. HEX triplet: 6C, 5E and 50. RGB value is (108,94,80). Sum of RGB (Red+Green+Blue) = 108+94+80=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 94 (37.11% from 255 or 33.33% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5E50 is #93A1AF. Grayscale: #606060. Windows color (decimal): -9675184 or 5267052. OLE color: 5267052.
HSL color Cylindrical-coordinate representation of color #6C5E50: hue angle of 30º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6C5E50 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 94 | 80 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.58 |
| HSL | 30º | 0.15% | 0.37% | - |
| HSV(B) | 30º | 0.26% | 0.42% | - |
| XYZ | 11.64 | 11.77 | 9.25 | - |
| YUV | 96.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 80 | 0 | 0.13 | 0.26 | 0.58 | 30 | 0.15 | 0.37 |
| Hex | 6C | 5E | 50 | 0 | D | 1A | 3A | 1E | F | 25 |
| Octal | 154 | 136 | 120 | 0 | 15 | 32 | 72 | 36 | 17 | 45 |
| Binary | 1101100 | 1011110 | 1010000 | 0 | 1101 | 11010 | 111010 | 11110 | 1111 | 100101 |
Color Harmonies of #6C5E50
Complementary color
Monochromatic Colors of #6C5E50
Black with #6C5E50
Text Example
Text Example
White with #6C5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5E50; }
p { color: rgb(108,94,80); }
H1.HeaderClassName
{
color: #6C5E50;
}
.AnyTagClassName
{
color: #6C5E50;
}
</style>
background-color css
<style>
a { background-color: #6C5E50; }
a { background-color: rgb(108,94,80); }
div.DivClassName
{
background-color: #6C5E50;
}
.BgClassName
{
background-color: #6C5E50;
}
</style>
border-color css
<style>
span { border-color: #6C5E50; }
span { border-color: rgb(108,94,80); }
td.TdClassName
{
border-color: #6C5E50;
}
.TagClassName
{
border-color: #6C5E50;
}
</style>