Shades of Millbrook #615D4F
Tints of Millbrook #615D4F
RGB
CMYK
RGB Variations
Color information
#615D4F (or 0x615D4F) is known color: Millbrook. HEX triplet: 61, 5D and 4F. RGB value is (97,93,79). Sum of RGB (Red+Green+Blue) = 97+93+79=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 93 (36.72% from 255 or 34.57% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #615D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D4F is #9EA2B0. Grayscale: #5C5C5C. Windows color (decimal): -10396337 or 5201249. OLE color: 5201249.
HSL color Cylindrical-coordinate representation of color #615D4F: hue angle of 46.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #615D4F is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 79 | - |
| CMYK | 0 | 0.04 | 0.19 | 0.62 |
| HSL | 46.67º | 0.1% | 0.35% | - |
| HSV(B) | 46.67º | 0.19% | 0.38% | - |
| XYZ | 10.26 | 10.93 | 8.97 | - |
| YUV | 92.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 79 | 0 | 0.04 | 0.19 | 0.62 | 46.67 | 0.1 | 0.35 |
| Hex | 61 | 5D | 4F | 0 | 4 | 13 | 3E | 2F | A | 23 |
| Octal | 141 | 135 | 117 | 0 | 4 | 23 | 76 | 57 | 12 | 43 |
| Binary | 1100001 | 1011101 | 1001111 | 0 | 100 | 10011 | 111110 | 101111 | 1010 | 100011 |
Color Harmonies of #615D4F
Complementary color
Monochromatic Colors of #615D4F
Black with #615D4F
Text Example
Text Example
White with #615D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D4F; }
p { color: rgb(97,93,79); }
H1.HeaderClassName
{
color: #615D4F;
}
.AnyTagClassName
{
color: #615D4F;
}
</style>
background-color css
<style>
a { background-color: #615D4F; }
a { background-color: rgb(97,93,79); }
div.DivClassName
{
background-color: #615D4F;
}
.BgClassName
{
background-color: #615D4F;
}
</style>
border-color css
<style>
span { border-color: #615D4F; }
span { border-color: rgb(97,93,79); }
td.TdClassName
{
border-color: #615D4F;
}
.TagClassName
{
border-color: #615D4F;
}
</style>