Shades of Domino #6B5A4A
Tints of Domino #6B5A4A
RGB
CMYK
RGB Variations
Color information
#6B5A4A (or 0x6B5A4A) is known color: Domino. HEX triplet: 6B, 5A and 4A. RGB value is (107,90,74). Sum of RGB (Red+Green+Blue) = 107+90+74=271 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.48% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 74 (29.30% from 255 or 27.31% from 271); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5A4A is #94A5B5. Grayscale: #5D5D5D. Windows color (decimal): -9741750 or 4872811. OLE color: 4872811.
HSL color Cylindrical-coordinate representation of color #6B5A4A: hue angle of 29.09º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B5A4A is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 90 | 74 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.58 |
| HSL | 29.09º | 0.18% | 0.35% | - |
| HSV(B) | 29.09º | 0.31% | 0.42% | - |
| XYZ | 10.96 | 10.93 | 8.01 | - |
| YUV | 93.26 | 117.13 | 137.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 74 | 0 | 0.16 | 0.31 | 0.58 | 29.09 | 0.18 | 0.35 |
| Hex | 6B | 5A | 4A | 0 | 10 | 1F | 3A | 1D | 12 | 23 |
| Octal | 153 | 132 | 112 | 0 | 20 | 37 | 72 | 35 | 22 | 43 |
| Binary | 1101011 | 1011010 | 1001010 | 0 | 10000 | 11111 | 111010 | 11101 | 10010 | 100011 |
Color Harmonies of #6B5A4A
Complementary color
Monochromatic Colors of #6B5A4A
Black with #6B5A4A
Text Example
Text Example
White with #6B5A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A4A; }
p { color: rgb(107,90,74); }
H1.HeaderClassName
{
color: #6B5A4A;
}
.AnyTagClassName
{
color: #6B5A4A;
}
</style>
background-color css
<style>
a { background-color: #6B5A4A; }
a { background-color: rgb(107,90,74); }
div.DivClassName
{
background-color: #6B5A4A;
}
.BgClassName
{
background-color: #6B5A4A;
}
</style>
border-color css
<style>
span { border-color: #6B5A4A; }
span { border-color: rgb(107,90,74); }
td.TdClassName
{
border-color: #6B5A4A;
}
.TagClassName
{
border-color: #6B5A4A;
}
</style>