Shades of Millbrook #615C4D
Tints of Millbrook #615C4D
RGB
CMYK
RGB Variations
Color information
#615C4D (or 0x615C4D) is known color: Millbrook. HEX triplet: 61, 5C and 4D. RGB value is (97,92,77). Sum of RGB (Red+Green+Blue) = 97+92+77=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #615C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C4D is #9EA3B2. Grayscale: #5B5B5B. Windows color (decimal): -10396595 or 5069921. OLE color: 5069921.
HSL color Cylindrical-coordinate representation of color #615C4D: hue angle of 45º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #615C4D is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 77 | - |
| CMYK | 0 | 0.05 | 0.21 | 0.62 |
| HSL | 45º | 0.11% | 0.34% | - |
| HSV(B) | 45º | 0.21% | 0.38% | - |
| XYZ | 10.1 | 10.73 | 8.56 | - |
| YUV | 91.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 77 | 0 | 0.05 | 0.21 | 0.62 | 45 | 0.11 | 0.34 |
| Hex | 61 | 5C | 4D | 0 | 5 | 15 | 3E | 2D | B | 22 |
| Octal | 141 | 134 | 115 | 0 | 5 | 25 | 76 | 55 | 13 | 42 |
| Binary | 1100001 | 1011100 | 1001101 | 0 | 101 | 10101 | 111110 | 101101 | 1011 | 100010 |
Color Harmonies of #615C4D
Complementary color
Monochromatic Colors of #615C4D
Black with #615C4D
Text Example
Text Example
White with #615C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C4D; }
p { color: rgb(97,92,77); }
H1.HeaderClassName
{
color: #615C4D;
}
.AnyTagClassName
{
color: #615C4D;
}
</style>
background-color css
<style>
a { background-color: #615C4D; }
a { background-color: rgb(97,92,77); }
div.DivClassName
{
background-color: #615C4D;
}
.BgClassName
{
background-color: #615C4D;
}
</style>
border-color css
<style>
span { border-color: #615C4D; }
span { border-color: rgb(97,92,77); }
td.TdClassName
{
border-color: #615C4D;
}
.TagClassName
{
border-color: #615C4D;
}
</style>