Shades of Domino #6B5A49
Tints of Domino #6B5A49
RGB
CMYK
RGB Variations
Color information
#6B5A49 (or 0x6B5A49) is known color: Domino. HEX triplet: 6B, 5A and 49. RGB value is (107,90,73). Sum of RGB (Red+Green+Blue) = 107+90+73=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 73 (28.91% from 255 or 27.04% from 270); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A49 is #94A5B6. Grayscale: #5D5D5D. Windows color (decimal): -9741751 or 4807275. OLE color: 4807275.
HSL color Cylindrical-coordinate representation of color #6B5A49: hue angle of 30º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B5A49 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 90 | 73 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.58 |
| HSL | 30º | 0.19% | 0.35% | - |
| HSV(B) | 30º | 0.32% | 0.42% | - |
| XYZ | 10.92 | 10.92 | 7.84 | - |
| YUV | 93.15 | 116.63 | 137.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 73 | 0 | 0.16 | 0.32 | 0.58 | 30 | 0.19 | 0.35 |
| Hex | 6B | 5A | 49 | 0 | 10 | 20 | 3A | 1E | 13 | 23 |
| Octal | 153 | 132 | 111 | 0 | 20 | 40 | 72 | 36 | 23 | 43 |
| Binary | 1101011 | 1011010 | 1001001 | 0 | 10000 | 100000 | 111010 | 11110 | 10011 | 100011 |
Color Harmonies of #6B5A49
Complementary color
Monochromatic Colors of #6B5A49
Black with #6B5A49
Text Example
Text Example
White with #6B5A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A49; }
p { color: rgb(107,90,73); }
H1.HeaderClassName
{
color: #6B5A49;
}
.AnyTagClassName
{
color: #6B5A49;
}
</style>
background-color css
<style>
a { background-color: #6B5A49; }
a { background-color: rgb(107,90,73); }
div.DivClassName
{
background-color: #6B5A49;
}
.BgClassName
{
background-color: #6B5A49;
}
</style>
border-color css
<style>
span { border-color: #6B5A49; }
span { border-color: rgb(107,90,73); }
td.TdClassName
{
border-color: #6B5A49;
}
.TagClassName
{
border-color: #6B5A49;
}
</style>