Shades of Domino #65584D
Tints of Domino #65584D
RGB
CMYK
RGB Variations
Color information
#65584D (or 0x65584D) is known color: Domino. HEX triplet: 65, 58 and 4D. RGB value is (101,88,77). Sum of RGB (Red+Green+Blue) = 101+88+77=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 88 (34.77% from 255 or 33.08% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 101 - color contains mainly: red. Hex color #65584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65584D is #9AA7B2. Grayscale: #5A5A5A. Windows color (decimal): -10135475 or 5068901. OLE color: 5068901.
HSL color Cylindrical-coordinate representation of color #65584D: hue angle of 27.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #65584D is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 77 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.60 |
| HSL | 27.5º | 0.13% | 0.35% | - |
| HSV(B) | 27.5º | 0.24% | 0.4% | - |
| XYZ | 10.2 | 10.28 | 8.47 | - |
| YUV | 90.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 77 | 0 | 0.13 | 0.24 | 0.60 | 27.5 | 0.13 | 0.35 |
| Hex | 65 | 58 | 4D | 0 | D | 18 | 3C | 1C | D | 23 |
| Octal | 145 | 130 | 115 | 0 | 15 | 30 | 74 | 34 | 15 | 43 |
| Binary | 1100101 | 1011000 | 1001101 | 0 | 1101 | 11000 | 111100 | 11100 | 1101 | 100011 |
Color Harmonies of #65584D
Complementary color
Monochromatic Colors of #65584D
Black with #65584D
Text Example
Text Example
White with #65584D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65584D; }
p { color: rgb(101,88,77); }
H1.HeaderClassName
{
color: #65584D;
}
.AnyTagClassName
{
color: #65584D;
}
</style>
background-color css
<style>
a { background-color: #65584D; }
a { background-color: rgb(101,88,77); }
div.DivClassName
{
background-color: #65584D;
}
.BgClassName
{
background-color: #65584D;
}
</style>
border-color css
<style>
span { border-color: #65584D; }
span { border-color: rgb(101,88,77); }
td.TdClassName
{
border-color: #65584D;
}
.TagClassName
{
border-color: #65584D;
}
</style>