Shades of Domino #69594C
Tints of Domino #69594C
RGB
CMYK
RGB Variations
Color information
#69594C (or 0x69594C) is known color: Domino. HEX triplet: 69, 59 and 4C. RGB value is (105,89,76). Sum of RGB (Red+Green+Blue) = 105+89+76=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 89 (35.16% from 255 or 32.96% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #69594C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #69594C is #96A6B3. Grayscale: #5C5C5C. Windows color (decimal): -9873076 or 5003625. OLE color: 5003625.
HSL color Cylindrical-coordinate representation of color #69594C: hue angle of 26.9º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69594C is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 89 | 76 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.59 |
| HSL | 26.9º | 0.16% | 0.35% | - |
| HSV(B) | 26.9º | 0.28% | 0.41% | - |
| XYZ | 10.7 | 10.67 | 8.33 | - |
| YUV | 92.3 | 118.8 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 76 | 0 | 0.15 | 0.28 | 0.59 | 26.9 | 0.16 | 0.35 |
| Hex | 69 | 59 | 4C | 0 | F | 1C | 3B | 1B | 10 | 23 |
| Octal | 151 | 131 | 114 | 0 | 17 | 34 | 73 | 33 | 20 | 43 |
| Binary | 1101001 | 1011001 | 1001100 | 0 | 1111 | 11100 | 111011 | 11011 | 10000 | 100011 |
Color Harmonies of #69594C
Complementary color
Monochromatic Colors of #69594C
Black with #69594C
Text Example
Text Example
White with #69594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69594C; }
p { color: rgb(105,89,76); }
H1.HeaderClassName
{
color: #69594C;
}
.AnyTagClassName
{
color: #69594C;
}
</style>
background-color css
<style>
a { background-color: #69594C; }
a { background-color: rgb(105,89,76); }
div.DivClassName
{
background-color: #69594C;
}
.BgClassName
{
background-color: #69594C;
}
</style>
border-color css
<style>
span { border-color: #69594C; }
span { border-color: rgb(105,89,76); }
td.TdClassName
{
border-color: #69594C;
}
.TagClassName
{
border-color: #69594C;
}
</style>