Shades of Domino #6F5B49
Tints of Domino #6F5B49
RGB
CMYK
RGB Variations
Color information
#6F5B49 (or 0x6F5B49) is known color: Domino. HEX triplet: 6F, 5B and 49. RGB value is (111,91,73). Sum of RGB (Red+Green+Blue) = 111+91+73=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5B49 is #90A4B6. Grayscale: #5F5F5F. Windows color (decimal): -9479351 or 4807535. OLE color: 4807535.
HSL color Cylindrical-coordinate representation of color #6F5B49: hue angle of 28.42º 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 #6F5B49 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 73 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.56 |
| HSL | 28.42º | 0.21% | 0.36% | - |
| HSV(B) | 28.42º | 0.34% | 0.44% | - |
| XYZ | 11.5 | 11.34 | 7.89 | - |
| YUV | 94.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 73 | 0 | 0.18 | 0.34 | 0.56 | 28.42 | 0.21 | 0.36 |
| Hex | 6F | 5B | 49 | 0 | 12 | 22 | 38 | 1C | 15 | 24 |
| Octal | 157 | 133 | 111 | 0 | 22 | 42 | 70 | 34 | 25 | 44 |
| Binary | 1101111 | 1011011 | 1001001 | 0 | 10010 | 100010 | 111000 | 11100 | 10101 | 100100 |
Color Harmonies of #6F5B49
Complementary color
Monochromatic Colors of #6F5B49
Black with #6F5B49
Text Example
Text Example
White with #6F5B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B49; }
p { color: rgb(111,91,73); }
H1.HeaderClassName
{
color: #6F5B49;
}
.AnyTagClassName
{
color: #6F5B49;
}
</style>
background-color css
<style>
a { background-color: #6F5B49; }
a { background-color: rgb(111,91,73); }
div.DivClassName
{
background-color: #6F5B49;
}
.BgClassName
{
background-color: #6F5B49;
}
</style>
border-color css
<style>
span { border-color: #6F5B49; }
span { border-color: rgb(111,91,73); }
td.TdClassName
{
border-color: #6F5B49;
}
.TagClassName
{
border-color: #6F5B49;
}
</style>