Shades of Domino #6F5949
Tints of Domino #6F5949
RGB
CMYK
RGB Variations
Color information
#6F5949 (or 0x6F5949) is known color: Domino. HEX triplet: 6F, 59 and 49. RGB value is (111,89,73). Sum of RGB (Red+Green+Blue) = 111+89+73=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 73 (28.91% from 255 or 26.74% from 273); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5949 is #90A6B6. Grayscale: #5D5D5D. Windows color (decimal): -9479863 or 4807023. OLE color: 4807023.
HSL color Cylindrical-coordinate representation of color #6F5949: hue angle of 25.26º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F5949 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 73 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.56 |
| HSL | 25.26º | 0.21% | 0.36% | - |
| HSV(B) | 25.26º | 0.34% | 0.44% | - |
| XYZ | 11.33 | 11.01 | 7.83 | - |
| YUV | 93.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 73 | 0 | 0.20 | 0.34 | 0.56 | 25.26 | 0.21 | 0.36 |
| Hex | 6F | 59 | 49 | 0 | 14 | 22 | 38 | 19 | 15 | 24 |
| Octal | 157 | 131 | 111 | 0 | 24 | 42 | 70 | 31 | 25 | 44 |
| Binary | 1101111 | 1011001 | 1001001 | 0 | 10100 | 100010 | 111000 | 11001 | 10101 | 100100 |
Color Harmonies of #6F5949
Complementary color
Monochromatic Colors of #6F5949
Black with #6F5949
Text Example
Text Example
White with #6F5949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5949; }
p { color: rgb(111,89,73); }
H1.HeaderClassName
{
color: #6F5949;
}
.AnyTagClassName
{
color: #6F5949;
}
</style>
background-color css
<style>
a { background-color: #6F5949; }
a { background-color: rgb(111,89,73); }
div.DivClassName
{
background-color: #6F5949;
}
.BgClassName
{
background-color: #6F5949;
}
</style>
border-color css
<style>
span { border-color: #6F5949; }
span { border-color: rgb(111,89,73); }
td.TdClassName
{
border-color: #6F5949;
}
.TagClassName
{
border-color: #6F5949;
}
</style>