Shades of Domino #6B5A4D
Tints of Domino #6B5A4D
RGB
CMYK
RGB Variations
Color information
#6B5A4D (or 0x6B5A4D) is known color: Domino. HEX triplet: 6B, 5A and 4D. RGB value is (107,90,77). Sum of RGB (Red+Green+Blue) = 107+90+77=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 90 (35.55% from 255 or 32.85% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5A4D is #94A5B2. Grayscale: #5D5D5D. Windows color (decimal): -9741747 or 5069419. OLE color: 5069419.
HSL color Cylindrical-coordinate representation of color #6B5A4D: hue angle of 26º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B5A4D is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 90 | 77 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.58 |
| HSL | 26º | 0.16% | 0.36% | - |
| HSV(B) | 26º | 0.28% | 0.42% | - |
| XYZ | 11.06 | 10.97 | 8.56 | - |
| YUV | 93.6 | 118.63 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 77 | 0 | 0.16 | 0.28 | 0.58 | 26 | 0.16 | 0.36 |
| Hex | 6B | 5A | 4D | 0 | 10 | 1C | 3A | 1A | 10 | 24 |
| Octal | 153 | 132 | 115 | 0 | 20 | 34 | 72 | 32 | 20 | 44 |
| Binary | 1101011 | 1011010 | 1001101 | 0 | 10000 | 11100 | 111010 | 11010 | 10000 | 100100 |
Color Harmonies of #6B5A4D
Complementary color
Monochromatic Colors of #6B5A4D
Black with #6B5A4D
Text Example
Text Example
White with #6B5A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A4D; }
p { color: rgb(107,90,77); }
H1.HeaderClassName
{
color: #6B5A4D;
}
.AnyTagClassName
{
color: #6B5A4D;
}
</style>
background-color css
<style>
a { background-color: #6B5A4D; }
a { background-color: rgb(107,90,77); }
div.DivClassName
{
background-color: #6B5A4D;
}
.BgClassName
{
background-color: #6B5A4D;
}
</style>
border-color css
<style>
span { border-color: #6B5A4D; }
span { border-color: rgb(107,90,77); }
td.TdClassName
{
border-color: #6B5A4D;
}
.TagClassName
{
border-color: #6B5A4D;
}
</style>