Shades of Matrix #904642
Tints of Matrix #904642
RGB
CMYK
RGB Variations
Color information
#904642 (or 0x904642) is known color: Matrix. HEX triplet: 90, 46 and 42. RGB value is (144,70,66). Sum of RGB (Red+Green+Blue) = 144+70+66=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #904642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904642 is #6FB9BD. Grayscale: #5B5B5B. Windows color (decimal): -7322046 or 4343440. OLE color: 4343440.
HSL color Cylindrical-coordinate representation of color #904642: hue angle of 3.08º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904642 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 70 | 66 | - |
| CMYK | 0 | 0.51 | 0.54 | 0.44 |
| HSL | 3.08º | 0.37% | 0.41% | - |
| HSV(B) | 3.08º | 0.54% | 0.56% | - |
| XYZ | 14.68 | 10.7 | 6.45 | - |
| YUV | 91.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 70 | 66 | 0 | 0.51 | 0.54 | 0.44 | 3.08 | 0.37 | 0.41 |
| Hex | 90 | 46 | 42 | 0 | 33 | 36 | 2C | 3 | 25 | 29 |
| Octal | 220 | 106 | 102 | 0 | 63 | 66 | 54 | 3 | 45 | 51 |
| Binary | 10010000 | 1000110 | 1000010 | 0 | 110011 | 110110 | 101100 | 11 | 100101 | 101001 |
Color Harmonies of #904642
Complementary color
Monochromatic Colors of #904642
Black with #904642
Text Example
Text Example
White with #904642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904642; }
p { color: rgb(144,70,66); }
H1.HeaderClassName
{
color: #904642;
}
.AnyTagClassName
{
color: #904642;
}
</style>
background-color css
<style>
a { background-color: #904642; }
a { background-color: rgb(144,70,66); }
div.DivClassName
{
background-color: #904642;
}
.BgClassName
{
background-color: #904642;
}
</style>
border-color css
<style>
span { border-color: #904642; }
span { border-color: rgb(144,70,66); }
td.TdClassName
{
border-color: #904642;
}
.TagClassName
{
border-color: #904642;
}
</style>