Shades of Domino #6F5D4C
Tints of Domino #6F5D4C
RGB
CMYK
RGB Variations
Color information
#6F5D4C (or 0x6F5D4C) is known color: Domino. HEX triplet: 6F, 5D and 4C. RGB value is (111,93,76). Sum of RGB (Red+Green+Blue) = 111+93+76=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D4C is #90A2B3. Grayscale: #606060. Windows color (decimal): -9478836 or 5004655. OLE color: 5004655.
HSL color Cylindrical-coordinate representation of color #6F5D4C: hue angle of 29.14º 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 #6F5D4C is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 76 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.56 |
| HSL | 29.14º | 0.19% | 0.37% | - |
| HSV(B) | 29.14º | 0.32% | 0.44% | - |
| XYZ | 11.77 | 11.73 | 8.48 | - |
| YUV | 96.44 | 116.46 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 76 | 0 | 0.16 | 0.32 | 0.56 | 29.14 | 0.19 | 0.37 |
| Hex | 6F | 5D | 4C | 0 | 10 | 20 | 38 | 1D | 13 | 25 |
| Octal | 157 | 135 | 114 | 0 | 20 | 40 | 70 | 35 | 23 | 45 |
| Binary | 1101111 | 1011101 | 1001100 | 0 | 10000 | 100000 | 111000 | 11101 | 10011 | 100101 |
Color Harmonies of #6F5D4C
Complementary color
Monochromatic Colors of #6F5D4C
Black with #6F5D4C
Text Example
Text Example
White with #6F5D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D4C; }
p { color: rgb(111,93,76); }
H1.HeaderClassName
{
color: #6F5D4C;
}
.AnyTagClassName
{
color: #6F5D4C;
}
</style>
background-color css
<style>
a { background-color: #6F5D4C; }
a { background-color: rgb(111,93,76); }
div.DivClassName
{
background-color: #6F5D4C;
}
.BgClassName
{
background-color: #6F5D4C;
}
</style>
border-color css
<style>
span { border-color: #6F5D4C; }
span { border-color: rgb(111,93,76); }
td.TdClassName
{
border-color: #6F5D4C;
}
.TagClassName
{
border-color: #6F5D4C;
}
</style>