Shades of Domino #6B594C
Tints of Domino #6B594C
RGB
CMYK
RGB Variations
Color information
#6B594C (or 0x6B594C) is known color: Domino. HEX triplet: 6B, 59 and 4C. RGB value is (107,89,76). Sum of RGB (Red+Green+Blue) = 107+89+76=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 107 - color contains mainly: red. Hex color #6B594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B594C is #94A6B3. Grayscale: #5C5C5C. Windows color (decimal): -9742004 or 5003627. OLE color: 5003627.
HSL color Cylindrical-coordinate representation of color #6B594C: hue angle of 25.16º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B594C is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 89 | 76 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.58 |
| HSL | 25.16º | 0.17% | 0.36% | - |
| HSV(B) | 25.16º | 0.29% | 0.42% | - |
| XYZ | 10.94 | 10.79 | 8.34 | - |
| YUV | 92.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 89 | 76 | 0 | 0.17 | 0.29 | 0.58 | 25.16 | 0.17 | 0.36 |
| Hex | 6B | 59 | 4C | 0 | 11 | 1D | 3A | 19 | 11 | 24 |
| Octal | 153 | 131 | 114 | 0 | 21 | 35 | 72 | 31 | 21 | 44 |
| Binary | 1101011 | 1011001 | 1001100 | 0 | 10001 | 11101 | 111010 | 11001 | 10001 | 100100 |
Color Harmonies of #6B594C
Complementary color
Monochromatic Colors of #6B594C
Black with #6B594C
Text Example
Text Example
White with #6B594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B594C; }
p { color: rgb(107,89,76); }
H1.HeaderClassName
{
color: #6B594C;
}
.AnyTagClassName
{
color: #6B594C;
}
</style>
background-color css
<style>
a { background-color: #6B594C; }
a { background-color: rgb(107,89,76); }
div.DivClassName
{
background-color: #6B594C;
}
.BgClassName
{
background-color: #6B594C;
}
</style>
border-color css
<style>
span { border-color: #6B594C; }
span { border-color: rgb(107,89,76); }
td.TdClassName
{
border-color: #6B594C;
}
.TagClassName
{
border-color: #6B594C;
}
</style>