Shades of Domino #695D50
Tints of Domino #695D50
RGB
CMYK
RGB Variations
Color information
#695D50 (or 0x695D50) is known color: Domino. HEX triplet: 69, 5D and 50. RGB value is (105,93,80). Sum of RGB (Red+Green+Blue) = 105+93+80=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #695D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D50 is #96A2AF. Grayscale: #5F5F5F. Windows color (decimal): -9872048 or 5266793. OLE color: 5266793.
HSL color Cylindrical-coordinate representation of color #695D50: hue angle of 31.2º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #695D50 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 80 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.59 |
| HSL | 31.2º | 0.14% | 0.36% | - |
| HSV(B) | 31.2º | 0.24% | 0.41% | - |
| XYZ | 11.19 | 11.41 | 9.2 | - |
| YUV | 95.11 | 119.48 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 80 | 0 | 0.11 | 0.24 | 0.59 | 31.2 | 0.14 | 0.36 |
| Hex | 69 | 5D | 50 | 0 | B | 18 | 3B | 1F | E | 24 |
| Octal | 151 | 135 | 120 | 0 | 13 | 30 | 73 | 37 | 16 | 44 |
| Binary | 1101001 | 1011101 | 1010000 | 0 | 1011 | 11000 | 111011 | 11111 | 1110 | 100100 |
Color Harmonies of #695D50
Complementary color
Monochromatic Colors of #695D50
Black with #695D50
Text Example
Text Example
White with #695D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D50; }
p { color: rgb(105,93,80); }
H1.HeaderClassName
{
color: #695D50;
}
.AnyTagClassName
{
color: #695D50;
}
</style>
background-color css
<style>
a { background-color: #695D50; }
a { background-color: rgb(105,93,80); }
div.DivClassName
{
background-color: #695D50;
}
.BgClassName
{
background-color: #695D50;
}
</style>
border-color css
<style>
span { border-color: #695D50; }
span { border-color: rgb(105,93,80); }
td.TdClassName
{
border-color: #695D50;
}
.TagClassName
{
border-color: #695D50;
}
</style>