Shades of Domino #65584E
Tints of Domino #65584E
RGB
CMYK
RGB Variations
Color information
#65584E (or 0x65584E) is known color: Domino. HEX triplet: 65, 58 and 4E. RGB value is (101,88,78). Sum of RGB (Red+Green+Blue) = 101+88+78=267 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.83% from 267); Green value is 88 (34.77% from 255 or 32.96% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 101 - color contains mainly: red. Hex color #65584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65584E is #9AA7B1. Grayscale: #5A5A5A. Windows color (decimal): -10135474 or 5134437. OLE color: 5134437.
HSL color Cylindrical-coordinate representation of color #65584E: hue angle of 26.09º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #65584E is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 78 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.60 |
| HSL | 26.09º | 0.13% | 0.35% | - |
| HSV(B) | 26.09º | 0.23% | 0.4% | - |
| XYZ | 10.23 | 10.3 | 8.66 | - |
| YUV | 90.75 | 120.81 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 78 | 0 | 0.13 | 0.23 | 0.60 | 26.09 | 0.13 | 0.35 |
| Hex | 65 | 58 | 4E | 0 | D | 17 | 3C | 1A | D | 23 |
| Octal | 145 | 130 | 116 | 0 | 15 | 27 | 74 | 32 | 15 | 43 |
| Binary | 1100101 | 1011000 | 1001110 | 0 | 1101 | 10111 | 111100 | 11010 | 1101 | 100011 |
Color Harmonies of #65584E
Complementary color
Monochromatic Colors of #65584E
Black with #65584E
Text Example
Text Example
White with #65584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65584E; }
p { color: rgb(101,88,78); }
H1.HeaderClassName
{
color: #65584E;
}
.AnyTagClassName
{
color: #65584E;
}
</style>
background-color css
<style>
a { background-color: #65584E; }
a { background-color: rgb(101,88,78); }
div.DivClassName
{
background-color: #65584E;
}
.BgClassName
{
background-color: #65584E;
}
</style>
border-color css
<style>
span { border-color: #65584E; }
span { border-color: rgb(101,88,78); }
td.TdClassName
{
border-color: #65584E;
}
.TagClassName
{
border-color: #65584E;
}
</style>