Shades of Domino #65574C
Tints of Domino #65574C
RGB
CMYK
RGB Variations
Color information
#65574C (or 0x65574C) is known color: Domino. HEX triplet: 65, 57 and 4C. RGB value is (101,87,76). Sum of RGB (Red+Green+Blue) = 101+87+76=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #65574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65574C is #9AA8B3. Grayscale: #595959. Windows color (decimal): -10135732 or 5003109. OLE color: 5003109.
HSL color Cylindrical-coordinate representation of color #65574C: hue angle of 26.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65574C is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 76 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.60 |
| HSL | 26.4º | 0.14% | 0.35% | - |
| HSV(B) | 26.4º | 0.25% | 0.4% | - |
| XYZ | 10.08 | 10.1 | 8.26 | - |
| YUV | 89.93 | 120.14 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 76 | 0 | 0.14 | 0.25 | 0.60 | 26.4 | 0.14 | 0.35 |
| Hex | 65 | 57 | 4C | 0 | E | 19 | 3C | 1A | E | 23 |
| Octal | 145 | 127 | 114 | 0 | 16 | 31 | 74 | 32 | 16 | 43 |
| Binary | 1100101 | 1010111 | 1001100 | 0 | 1110 | 11001 | 111100 | 11010 | 1110 | 100011 |
Color Harmonies of #65574C
Complementary color
Monochromatic Colors of #65574C
Black with #65574C
Text Example
Text Example
White with #65574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65574C; }
p { color: rgb(101,87,76); }
H1.HeaderClassName
{
color: #65574C;
}
.AnyTagClassName
{
color: #65574C;
}
</style>
background-color css
<style>
a { background-color: #65574C; }
a { background-color: rgb(101,87,76); }
div.DivClassName
{
background-color: #65574C;
}
.BgClassName
{
background-color: #65574C;
}
</style>
border-color css
<style>
span { border-color: #65574C; }
span { border-color: rgb(101,87,76); }
td.TdClassName
{
border-color: #65574C;
}
.TagClassName
{
border-color: #65574C;
}
</style>