Shades of Domino #69594E
Tints of Domino #69594E
RGB
CMYK
RGB Variations
Color information
#69594E (or 0x69594E) is known color: Domino. HEX triplet: 69, 59 and 4E. RGB value is (105,89,78). Sum of RGB (Red+Green+Blue) = 105+89+78=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #69594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69594E is #96A6B1. Grayscale: #5C5C5C. Windows color (decimal): -9873074 or 5134697. OLE color: 5134697.
HSL color Cylindrical-coordinate representation of color #69594E: hue angle of 24.44º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #69594E is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 89 | 78 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.59 |
| HSL | 24.44º | 0.15% | 0.36% | - |
| HSV(B) | 24.44º | 0.26% | 0.41% | - |
| XYZ | 10.77 | 10.7 | 8.7 | - |
| YUV | 92.53 | 119.8 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 78 | 0 | 0.15 | 0.26 | 0.59 | 24.44 | 0.15 | 0.36 |
| Hex | 69 | 59 | 4E | 0 | F | 1A | 3B | 18 | F | 24 |
| Octal | 151 | 131 | 116 | 0 | 17 | 32 | 73 | 30 | 17 | 44 |
| Binary | 1101001 | 1011001 | 1001110 | 0 | 1111 | 11010 | 111011 | 11000 | 1111 | 100100 |
Color Harmonies of #69594E
Complementary color
Monochromatic Colors of #69594E
Black with #69594E
Text Example
Text Example
White with #69594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69594E; }
p { color: rgb(105,89,78); }
H1.HeaderClassName
{
color: #69594E;
}
.AnyTagClassName
{
color: #69594E;
}
</style>
background-color css
<style>
a { background-color: #69594E; }
a { background-color: rgb(105,89,78); }
div.DivClassName
{
background-color: #69594E;
}
.BgClassName
{
background-color: #69594E;
}
</style>
border-color css
<style>
span { border-color: #69594E; }
span { border-color: rgb(105,89,78); }
td.TdClassName
{
border-color: #69594E;
}
.TagClassName
{
border-color: #69594E;
}
</style>