Shades of Domino #6B5C4F
Tints of Domino #6B5C4F
RGB
CMYK
RGB Variations
Color information
#6B5C4F (or 0x6B5C4F) is known color: Domino. HEX triplet: 6B, 5C and 4F. RGB value is (107,92,79). Sum of RGB (Red+Green+Blue) = 107+92+79=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 79 (31.25% from 255 or 28.42% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5C4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C4F is #94A3B0. Grayscale: #5F5F5F. Windows color (decimal): -9741233 or 5201003. OLE color: 5201003.
HSL color Cylindrical-coordinate representation of color #6B5C4F: hue angle of 27.86º 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 #6B5C4F is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 92 | 79 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.58 |
| HSL | 27.86º | 0.15% | 0.36% | - |
| HSV(B) | 27.86º | 0.26% | 0.42% | - |
| XYZ | 11.3 | 11.34 | 8.99 | - |
| YUV | 95 | 118.97 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 92 | 79 | 0 | 0.14 | 0.26 | 0.58 | 27.86 | 0.15 | 0.36 |
| Hex | 6B | 5C | 4F | 0 | E | 1A | 3A | 1C | F | 24 |
| Octal | 153 | 134 | 117 | 0 | 16 | 32 | 72 | 34 | 17 | 44 |
| Binary | 1101011 | 1011100 | 1001111 | 0 | 1110 | 11010 | 111010 | 11100 | 1111 | 100100 |
Color Harmonies of #6B5C4F
Complementary color
Monochromatic Colors of #6B5C4F
Black with #6B5C4F
Text Example
Text Example
White with #6B5C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5C4F; }
p { color: rgb(107,92,79); }
H1.HeaderClassName
{
color: #6B5C4F;
}
.AnyTagClassName
{
color: #6B5C4F;
}
</style>
background-color css
<style>
a { background-color: #6B5C4F; }
a { background-color: rgb(107,92,79); }
div.DivClassName
{
background-color: #6B5C4F;
}
.BgClassName
{
background-color: #6B5C4F;
}
</style>
border-color css
<style>
span { border-color: #6B5C4F; }
span { border-color: rgb(107,92,79); }
td.TdClassName
{
border-color: #6B5C4F;
}
.TagClassName
{
border-color: #6B5C4F;
}
</style>