Shades of Domino #6F5D48
Tints of Domino #6F5D48
RGB
CMYK
RGB Variations
Color information
#6F5D48 (or 0x6F5D48) is known color: Domino. HEX triplet: 6F, 5D and 48. RGB value is (111,93,72). Sum of RGB (Red+Green+Blue) = 111+93+72=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 72 (28.52% from 255 or 26.09% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5D48 is #90A2B7. Grayscale: #606060. Windows color (decimal): -9478840 or 4742511. OLE color: 4742511.
HSL color Cylindrical-coordinate representation of color #6F5D48: hue angle of 32.31º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F5D48 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 72 | - |
| CMYK | 0 | 0.16 | 0.35 | 0.56 |
| HSL | 32.31º | 0.21% | 0.36% | - |
| HSV(B) | 32.31º | 0.35% | 0.44% | - |
| XYZ | 11.64 | 11.68 | 7.77 | - |
| YUV | 95.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 72 | 0 | 0.16 | 0.35 | 0.56 | 32.31 | 0.21 | 0.36 |
| Hex | 6F | 5D | 48 | 0 | 10 | 23 | 38 | 20 | 15 | 24 |
| Octal | 157 | 135 | 110 | 0 | 20 | 43 | 70 | 40 | 25 | 44 |
| Binary | 1101111 | 1011101 | 1001000 | 0 | 10000 | 100011 | 111000 | 100000 | 10101 | 100100 |
Color Harmonies of #6F5D48
Complementary color
Monochromatic Colors of #6F5D48
Black with #6F5D48
Text Example
Text Example
White with #6F5D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D48; }
p { color: rgb(111,93,72); }
H1.HeaderClassName
{
color: #6F5D48;
}
.AnyTagClassName
{
color: #6F5D48;
}
</style>
background-color css
<style>
a { background-color: #6F5D48; }
a { background-color: rgb(111,93,72); }
div.DivClassName
{
background-color: #6F5D48;
}
.BgClassName
{
background-color: #6F5D48;
}
</style>
border-color css
<style>
span { border-color: #6F5D48; }
span { border-color: rgb(111,93,72); }
td.TdClassName
{
border-color: #6F5D48;
}
.TagClassName
{
border-color: #6F5D48;
}
</style>