Shades of Domino #6F5F4D
Tints of Domino #6F5F4D
RGB
CMYK
RGB Variations
Color information
#6F5F4D (or 0x6F5F4D) is known color: Domino. HEX triplet: 6F, 5F and 4D. RGB value is (111,95,77). Sum of RGB (Red+Green+Blue) = 111+95+77=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F4D is #90A0B2. Grayscale: #616161. Windows color (decimal): -9478323 or 5070703. OLE color: 5070703.
HSL color Cylindrical-coordinate representation of color #6F5F4D: hue angle of 31.76º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F5F4D is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 77 | - |
| CMYK | 0 | 0.14 | 0.31 | 0.56 |
| HSL | 31.76º | 0.18% | 0.37% | - |
| HSV(B) | 31.76º | 0.31% | 0.44% | - |
| XYZ | 11.99 | 12.1 | 8.72 | - |
| YUV | 97.73 | 116.3 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 77 | 0 | 0.14 | 0.31 | 0.56 | 31.76 | 0.18 | 0.37 |
| Hex | 6F | 5F | 4D | 0 | E | 1F | 38 | 20 | 12 | 25 |
| Octal | 157 | 137 | 115 | 0 | 16 | 37 | 70 | 40 | 22 | 45 |
| Binary | 1101111 | 1011111 | 1001101 | 0 | 1110 | 11111 | 111000 | 100000 | 10010 | 100101 |
Color Harmonies of #6F5F4D
Complementary color
Monochromatic Colors of #6F5F4D
Black with #6F5F4D
Text Example
Text Example
White with #6F5F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F4D; }
p { color: rgb(111,95,77); }
H1.HeaderClassName
{
color: #6F5F4D;
}
.AnyTagClassName
{
color: #6F5F4D;
}
</style>
background-color css
<style>
a { background-color: #6F5F4D; }
a { background-color: rgb(111,95,77); }
div.DivClassName
{
background-color: #6F5F4D;
}
.BgClassName
{
background-color: #6F5F4D;
}
</style>
border-color css
<style>
span { border-color: #6F5F4D; }
span { border-color: rgb(111,95,77); }
td.TdClassName
{
border-color: #6F5F4D;
}
.TagClassName
{
border-color: #6F5F4D;
}
</style>