Shades of Domino #6C5E4F
Tints of Domino #6C5E4F
RGB
CMYK
RGB Variations
Color information
#6C5E4F (or 0x6C5E4F) is known color: Domino. HEX triplet: 6C, 5E and 4F. RGB value is (108,94,79). Sum of RGB (Red+Green+Blue) = 108+94+79=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 108 - color contains mainly: red. Hex color #6C5E4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5E4F is #93A1B0. Grayscale: #606060. Windows color (decimal): -9675185 or 5201516. OLE color: 5201516.
HSL color Cylindrical-coordinate representation of color #6C5E4F: hue angle of 31.03º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C5E4F is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 94 | 79 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.58 |
| HSL | 31.03º | 0.16% | 0.37% | - |
| HSV(B) | 31.03º | 0.27% | 0.42% | - |
| XYZ | 11.6 | 11.76 | 9.06 | - |
| YUV | 96.48 | 118.14 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 79 | 0 | 0.13 | 0.27 | 0.58 | 31.03 | 0.16 | 0.37 |
| Hex | 6C | 5E | 4F | 0 | D | 1B | 3A | 1F | 10 | 25 |
| Octal | 154 | 136 | 117 | 0 | 15 | 33 | 72 | 37 | 20 | 45 |
| Binary | 1101100 | 1011110 | 1001111 | 0 | 1101 | 11011 | 111010 | 11111 | 10000 | 100101 |
Color Harmonies of #6C5E4F
Complementary color
Monochromatic Colors of #6C5E4F
Black with #6C5E4F
Text Example
Text Example
White with #6C5E4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5E4F; }
p { color: rgb(108,94,79); }
H1.HeaderClassName
{
color: #6C5E4F;
}
.AnyTagClassName
{
color: #6C5E4F;
}
</style>
background-color css
<style>
a { background-color: #6C5E4F; }
a { background-color: rgb(108,94,79); }
div.DivClassName
{
background-color: #6C5E4F;
}
.BgClassName
{
background-color: #6C5E4F;
}
</style>
border-color css
<style>
span { border-color: #6C5E4F; }
span { border-color: rgb(108,94,79); }
td.TdClassName
{
border-color: #6C5E4F;
}
.TagClassName
{
border-color: #6C5E4F;
}
</style>