Shades of Millbrook #61593E
Tints of Millbrook #61593E
RGB
CMYK
RGB Variations
Color information
#61593E (or 0x61593E) is known color: Millbrook. HEX triplet: 61, 59 and 3E. RGB value is (97,89,62). Sum of RGB (Red+Green+Blue) = 97+89+62=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 62 (24.61% from 255 or 25% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #61593E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61593E is #9EA6C1. Grayscale: #585858. Windows color (decimal): -10397378 or 4086113. OLE color: 4086113.
HSL color Cylindrical-coordinate representation of color #61593E: hue angle of 46.29º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #61593E is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 89 | 62 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.62 |
| HSL | 46.29º | 0.22% | 0.31% | - |
| HSV(B) | 46.29º | 0.36% | 0.38% | - |
| XYZ | 9.37 | 10.03 | 6 | - |
| YUV | 88.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 62 | 0 | 0.08 | 0.36 | 0.62 | 46.29 | 0.22 | 0.31 |
| Hex | 61 | 59 | 3E | 0 | 8 | 24 | 3E | 2E | 16 | 1F |
| Octal | 141 | 131 | 76 | 0 | 10 | 44 | 76 | 56 | 26 | 37 |
| Binary | 1100001 | 1011001 | 111110 | 0 | 1000 | 100100 | 111110 | 101110 | 10110 | 11111 |
Color Harmonies of #61593E
Complementary color
Monochromatic Colors of #61593E
Black with #61593E
Text Example
Text Example
White with #61593E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61593E; }
p { color: rgb(97,89,62); }
H1.HeaderClassName
{
color: #61593E;
}
.AnyTagClassName
{
color: #61593E;
}
</style>
background-color css
<style>
a { background-color: #61593E; }
a { background-color: rgb(97,89,62); }
div.DivClassName
{
background-color: #61593E;
}
.BgClassName
{
background-color: #61593E;
}
</style>
border-color css
<style>
span { border-color: #61593E; }
span { border-color: rgb(97,89,62); }
td.TdClassName
{
border-color: #61593E;
}
.TagClassName
{
border-color: #61593E;
}
</style>