Shades of Domino #6D5848
Tints of Domino #6D5848
RGB
CMYK
RGB Variations
Color information
#6D5848 (or 0x6D5848) is known color: Domino. HEX triplet: 6D, 58 and 48. RGB value is (109,88,72). Sum of RGB (Red+Green+Blue) = 109+88+72=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 88 (34.77% from 255 or 32.71% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5848 is #92A7B7. Grayscale: #5C5C5C. Windows color (decimal): -9611192 or 4741229. OLE color: 4741229.
HSL color Cylindrical-coordinate representation of color #6D5848: hue angle of 25.95º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D5848 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 88 | 72 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.57 |
| HSL | 25.95º | 0.2% | 0.35% | - |
| HSV(B) | 25.95º | 0.34% | 0.43% | - |
| XYZ | 10.97 | 10.7 | 7.62 | - |
| YUV | 92.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 88 | 72 | 0 | 0.19 | 0.34 | 0.57 | 25.95 | 0.2 | 0.35 |
| Hex | 6D | 58 | 48 | 0 | 13 | 22 | 39 | 1A | 14 | 23 |
| Octal | 155 | 130 | 110 | 0 | 23 | 42 | 71 | 32 | 24 | 43 |
| Binary | 1101101 | 1011000 | 1001000 | 0 | 10011 | 100010 | 111001 | 11010 | 10100 | 100011 |
Color Harmonies of #6D5848
Complementary color
Monochromatic Colors of #6D5848
Black with #6D5848
Text Example
Text Example
White with #6D5848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5848; }
p { color: rgb(109,88,72); }
H1.HeaderClassName
{
color: #6D5848;
}
.AnyTagClassName
{
color: #6D5848;
}
</style>
background-color css
<style>
a { background-color: #6D5848; }
a { background-color: rgb(109,88,72); }
div.DivClassName
{
background-color: #6D5848;
}
.BgClassName
{
background-color: #6D5848;
}
</style>
border-color css
<style>
span { border-color: #6D5848; }
span { border-color: rgb(109,88,72); }
td.TdClassName
{
border-color: #6D5848;
}
.TagClassName
{
border-color: #6D5848;
}
</style>