Shades of Domino #6F5F4C
Tints of Domino #6F5F4C
RGB
CMYK
RGB Variations
Color information
#6F5F4C (or 0x6F5F4C) is known color: Domino. HEX triplet: 6F, 5F and 4C. RGB value is (111,95,76). Sum of RGB (Red+Green+Blue) = 111+95+76=282 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.36% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5F4C is #90A0B3. Grayscale: #616161. Windows color (decimal): -9478324 or 5005167. OLE color: 5005167.
HSL color Cylindrical-coordinate representation of color #6F5F4C: hue angle of 32.57º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F5F4C is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 76 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.56 |
| HSL | 32.57º | 0.19% | 0.37% | - |
| HSV(B) | 32.57º | 0.32% | 0.44% | - |
| XYZ | 11.95 | 12.09 | 8.54 | - |
| YUV | 97.62 | 115.8 | 137.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 76 | 0 | 0.14 | 0.32 | 0.56 | 32.57 | 0.19 | 0.37 |
| Hex | 6F | 5F | 4C | 0 | E | 20 | 38 | 21 | 13 | 25 |
| Octal | 157 | 137 | 114 | 0 | 16 | 40 | 70 | 41 | 23 | 45 |
| Binary | 1101111 | 1011111 | 1001100 | 0 | 1110 | 100000 | 111000 | 100001 | 10011 | 100101 |
Color Harmonies of #6F5F4C
Complementary color
Monochromatic Colors of #6F5F4C
Black with #6F5F4C
Text Example
Text Example
White with #6F5F4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F4C; }
p { color: rgb(111,95,76); }
H1.HeaderClassName
{
color: #6F5F4C;
}
.AnyTagClassName
{
color: #6F5F4C;
}
</style>
background-color css
<style>
a { background-color: #6F5F4C; }
a { background-color: rgb(111,95,76); }
div.DivClassName
{
background-color: #6F5F4C;
}
.BgClassName
{
background-color: #6F5F4C;
}
</style>
border-color css
<style>
span { border-color: #6F5F4C; }
span { border-color: rgb(111,95,76); }
td.TdClassName
{
border-color: #6F5F4C;
}
.TagClassName
{
border-color: #6F5F4C;
}
</style>