Shades of Domino #6B5D4F
Tints of Domino #6B5D4F
RGB
CMYK
RGB Variations
Color information
#6B5D4F (or 0x6B5D4F) is known color: Domino. HEX triplet: 6B, 5D and 4F. RGB value is (107,93,79). Sum of RGB (Red+Green+Blue) = 107+93+79=279 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.35% from 279); Green value is 93 (36.72% from 255 or 33.33% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5D4F is #94A2B0. Grayscale: #5F5F5F. Windows color (decimal): -9740977 or 5201259. OLE color: 5201259.
HSL color Cylindrical-coordinate representation of color #6B5D4F: hue angle of 30º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B5D4F is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 93 | 79 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.58 |
| HSL | 30º | 0.15% | 0.36% | - |
| HSV(B) | 30º | 0.26% | 0.42% | - |
| XYZ | 11.39 | 11.52 | 9.02 | - |
| YUV | 95.59 | 118.64 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 93 | 79 | 0 | 0.13 | 0.26 | 0.58 | 30 | 0.15 | 0.36 |
| Hex | 6B | 5D | 4F | 0 | D | 1A | 3A | 1E | F | 24 |
| Octal | 153 | 135 | 117 | 0 | 15 | 32 | 72 | 36 | 17 | 44 |
| Binary | 1101011 | 1011101 | 1001111 | 0 | 1101 | 11010 | 111010 | 11110 | 1111 | 100100 |
Color Harmonies of #6B5D4F
Complementary color
Monochromatic Colors of #6B5D4F
Black with #6B5D4F
Text Example
Text Example
White with #6B5D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5D4F; }
p { color: rgb(107,93,79); }
H1.HeaderClassName
{
color: #6B5D4F;
}
.AnyTagClassName
{
color: #6B5D4F;
}
</style>
background-color css
<style>
a { background-color: #6B5D4F; }
a { background-color: rgb(107,93,79); }
div.DivClassName
{
background-color: #6B5D4F;
}
.BgClassName
{
background-color: #6B5D4F;
}
</style>
border-color css
<style>
span { border-color: #6B5D4F; }
span { border-color: rgb(107,93,79); }
td.TdClassName
{
border-color: #6B5D4F;
}
.TagClassName
{
border-color: #6B5D4F;
}
</style>