Shades of Domino #6D584B
Tints of Domino #6D584B
RGB
CMYK
RGB Variations
Color information
#6D584B (or 0x6D584B) is known color: Domino. HEX triplet: 6D, 58 and 4B. RGB value is (109,88,75). Sum of RGB (Red+Green+Blue) = 109+88+75=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 109 - color contains mainly: red. Hex color #6D584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D584B is #92A7B4. Grayscale: #5C5C5C. Windows color (decimal): -9611189 or 4937837. OLE color: 4937837.
HSL color Cylindrical-coordinate representation of color #6D584B: hue angle of 22.94º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D584B is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 88 | 75 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.57 |
| HSL | 22.94º | 0.18% | 0.36% | - |
| HSV(B) | 22.94º | 0.31% | 0.43% | - |
| XYZ | 11.07 | 10.74 | 8.15 | - |
| YUV | 92.8 | 117.96 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 88 | 75 | 0 | 0.19 | 0.31 | 0.57 | 22.94 | 0.18 | 0.36 |
| Hex | 6D | 58 | 4B | 0 | 13 | 1F | 39 | 17 | 12 | 24 |
| Octal | 155 | 130 | 113 | 0 | 23 | 37 | 71 | 27 | 22 | 44 |
| Binary | 1101101 | 1011000 | 1001011 | 0 | 10011 | 11111 | 111001 | 10111 | 10010 | 100100 |
Color Harmonies of #6D584B
Complementary color
Monochromatic Colors of #6D584B
Black with #6D584B
Text Example
Text Example
White with #6D584B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D584B; }
p { color: rgb(109,88,75); }
H1.HeaderClassName
{
color: #6D584B;
}
.AnyTagClassName
{
color: #6D584B;
}
</style>
background-color css
<style>
a { background-color: #6D584B; }
a { background-color: rgb(109,88,75); }
div.DivClassName
{
background-color: #6D584B;
}
.BgClassName
{
background-color: #6D584B;
}
</style>
border-color css
<style>
span { border-color: #6D584B; }
span { border-color: rgb(109,88,75); }
td.TdClassName
{
border-color: #6D584B;
}
.TagClassName
{
border-color: #6D584B;
}
</style>