Shades of Millbrook #615A42
Tints of Millbrook #615A42
RGB
CMYK
RGB Variations
Color information
#615A42 (or 0x615A42) is known color: Millbrook. HEX triplet: 61, 5A and 42. RGB value is (97,90,66). Sum of RGB (Red+Green+Blue) = 97+90+66=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 90 (35.55% from 255 or 35.57% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #615A42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A42 is #9EA5BD. Grayscale: #595959. Windows color (decimal): -10397118 or 4348513. OLE color: 4348513.
HSL color Cylindrical-coordinate representation of color #615A42: hue angle of 46.45º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #615A42 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 66 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.62 |
| HSL | 46.45º | 0.19% | 0.32% | - |
| HSV(B) | 46.45º | 0.32% | 0.38% | - |
| XYZ | 9.57 | 10.25 | 6.63 | - |
| YUV | 89.36 | 114.82 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 66 | 0 | 0.07 | 0.32 | 0.62 | 46.45 | 0.19 | 0.32 |
| Hex | 61 | 5A | 42 | 0 | 7 | 20 | 3E | 2E | 13 | 20 |
| Octal | 141 | 132 | 102 | 0 | 7 | 40 | 76 | 56 | 23 | 40 |
| Binary | 1100001 | 1011010 | 1000010 | 0 | 111 | 100000 | 111110 | 101110 | 10011 | 100000 |
Color Harmonies of #615A42
Complementary color
Monochromatic Colors of #615A42
Black with #615A42
Text Example
Text Example
White with #615A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A42; }
p { color: rgb(97,90,66); }
H1.HeaderClassName
{
color: #615A42;
}
.AnyTagClassName
{
color: #615A42;
}
</style>
background-color css
<style>
a { background-color: #615A42; }
a { background-color: rgb(97,90,66); }
div.DivClassName
{
background-color: #615A42;
}
.BgClassName
{
background-color: #615A42;
}
</style>
border-color css
<style>
span { border-color: #615A42; }
span { border-color: rgb(97,90,66); }
td.TdClassName
{
border-color: #615A42;
}
.TagClassName
{
border-color: #615A42;
}
</style>