Shades of Millbrook #615D4A
Tints of Millbrook #615D4A
RGB
CMYK
RGB Variations
Color information
#615D4A (or 0x615D4A) is known color: Millbrook. HEX triplet: 61, 5D and 4A. RGB value is (97,93,74). Sum of RGB (Red+Green+Blue) = 97+93+74=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #615D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D4A is #9EA2B5. Grayscale: #5C5C5C. Windows color (decimal): -10396342 or 4873569. OLE color: 4873569.
HSL color Cylindrical-coordinate representation of color #615D4A: hue angle of 49.57º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #615D4A is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 74 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.62 |
| HSL | 49.57º | 0.13% | 0.34% | - |
| HSV(B) | 49.57º | 0.24% | 0.38% | - |
| XYZ | 10.08 | 10.86 | 8.04 | - |
| YUV | 92.03 | 117.83 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 74 | 0 | 0.04 | 0.24 | 0.62 | 49.57 | 0.13 | 0.34 |
| Hex | 61 | 5D | 4A | 0 | 4 | 18 | 3E | 32 | D | 22 |
| Octal | 141 | 135 | 112 | 0 | 4 | 30 | 76 | 62 | 15 | 42 |
| Binary | 1100001 | 1011101 | 1001010 | 0 | 100 | 11000 | 111110 | 110010 | 1101 | 100010 |
Color Harmonies of #615D4A
Complementary color
Monochromatic Colors of #615D4A
Black with #615D4A
Text Example
Text Example
White with #615D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D4A; }
p { color: rgb(97,93,74); }
H1.HeaderClassName
{
color: #615D4A;
}
.AnyTagClassName
{
color: #615D4A;
}
</style>
background-color css
<style>
a { background-color: #615D4A; }
a { background-color: rgb(97,93,74); }
div.DivClassName
{
background-color: #615D4A;
}
.BgClassName
{
background-color: #615D4A;
}
</style>
border-color css
<style>
span { border-color: #615D4A; }
span { border-color: rgb(97,93,74); }
td.TdClassName
{
border-color: #615D4A;
}
.TagClassName
{
border-color: #615D4A;
}
</style>