Shades of Domino #6F5B4C
Tints of Domino #6F5B4C
RGB
CMYK
RGB Variations
Color information
#6F5B4C (or 0x6F5B4C) is known color: Domino. HEX triplet: 6F, 5B and 4C. RGB value is (111,91,76). Sum of RGB (Red+Green+Blue) = 111+91+76=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5B4C is #90A4B3. Grayscale: #5F5F5F. Windows color (decimal): -9479348 or 5004143. OLE color: 5004143.
HSL color Cylindrical-coordinate representation of color #6F5B4C: hue angle of 25.71º 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 #6F5B4C is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 76 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.56 |
| HSL | 25.71º | 0.19% | 0.37% | - |
| HSV(B) | 25.71º | 0.32% | 0.44% | - |
| XYZ | 11.6 | 11.38 | 8.42 | - |
| YUV | 95.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 76 | 0 | 0.18 | 0.32 | 0.56 | 25.71 | 0.19 | 0.37 |
| Hex | 6F | 5B | 4C | 0 | 12 | 20 | 38 | 1A | 13 | 25 |
| Octal | 157 | 133 | 114 | 0 | 22 | 40 | 70 | 32 | 23 | 45 |
| Binary | 1101111 | 1011011 | 1001100 | 0 | 10010 | 100000 | 111000 | 11010 | 10011 | 100101 |
Color Harmonies of #6F5B4C
Complementary color
Monochromatic Colors of #6F5B4C
Black with #6F5B4C
Text Example
Text Example
White with #6F5B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B4C; }
p { color: rgb(111,91,76); }
H1.HeaderClassName
{
color: #6F5B4C;
}
.AnyTagClassName
{
color: #6F5B4C;
}
</style>
background-color css
<style>
a { background-color: #6F5B4C; }
a { background-color: rgb(111,91,76); }
div.DivClassName
{
background-color: #6F5B4C;
}
.BgClassName
{
background-color: #6F5B4C;
}
</style>
border-color css
<style>
span { border-color: #6F5B4C; }
span { border-color: rgb(111,91,76); }
td.TdClassName
{
border-color: #6F5B4C;
}
.TagClassName
{
border-color: #6F5B4C;
}
</style>