Shades of Domino #695A4D
Tints of Domino #695A4D
RGB
CMYK
RGB Variations
Color information
#695A4D (or 0x695A4D) is known color: Domino. HEX triplet: 69, 5A and 4D. RGB value is (105,90,77). Sum of RGB (Red+Green+Blue) = 105+90+77=272 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.60% from 272); Green value is 90 (35.55% from 255 or 33.09% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 105 - color contains mainly: red. Hex color #695A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A4D is #96A5B2. Grayscale: #5D5D5D. Windows color (decimal): -9872819 or 5069417. OLE color: 5069417.
HSL color Cylindrical-coordinate representation of color #695A4D: hue angle of 27.86º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #695A4D is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 77 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.59 |
| HSL | 27.86º | 0.15% | 0.36% | - |
| HSV(B) | 27.86º | 0.27% | 0.41% | - |
| XYZ | 10.82 | 10.85 | 8.55 | - |
| YUV | 93 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 77 | 0 | 0.14 | 0.27 | 0.59 | 27.86 | 0.15 | 0.36 |
| Hex | 69 | 5A | 4D | 0 | E | 1B | 3B | 1C | F | 24 |
| Octal | 151 | 132 | 115 | 0 | 16 | 33 | 73 | 34 | 17 | 44 |
| Binary | 1101001 | 1011010 | 1001101 | 0 | 1110 | 11011 | 111011 | 11100 | 1111 | 100100 |
Color Harmonies of #695A4D
Complementary color
Monochromatic Colors of #695A4D
Black with #695A4D
Text Example
Text Example
White with #695A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A4D; }
p { color: rgb(105,90,77); }
H1.HeaderClassName
{
color: #695A4D;
}
.AnyTagClassName
{
color: #695A4D;
}
</style>
background-color css
<style>
a { background-color: #695A4D; }
a { background-color: rgb(105,90,77); }
div.DivClassName
{
background-color: #695A4D;
}
.BgClassName
{
background-color: #695A4D;
}
</style>
border-color css
<style>
span { border-color: #695A4D; }
span { border-color: rgb(105,90,77); }
td.TdClassName
{
border-color: #695A4D;
}
.TagClassName
{
border-color: #695A4D;
}
</style>