Shades of Millbrook #615C4A
Tints of Millbrook #615C4A
RGB
CMYK
RGB Variations
Color information
#615C4A (or 0x615C4A) is known color: Millbrook. HEX triplet: 61, 5C and 4A. RGB value is (97,92,74). Sum of RGB (Red+Green+Blue) = 97+92+74=263 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.88% from 263); Green value is 92 (36.33% from 255 or 34.98% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 97 - color contains mainly: red. Hex color #615C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C4A is #9EA3B5. Grayscale: #5B5B5B. Windows color (decimal): -10396598 or 4873313. OLE color: 4873313.
HSL color Cylindrical-coordinate representation of color #615C4A: hue angle of 46.96º 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 #615C4A is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 74 | - |
| CMYK | 0 | 0.05 | 0.24 | 0.62 |
| HSL | 46.96º | 0.13% | 0.34% | - |
| HSV(B) | 46.96º | 0.24% | 0.38% | - |
| XYZ | 9.99 | 10.69 | 8.02 | - |
| YUV | 91.44 | 118.16 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 74 | 0 | 0.05 | 0.24 | 0.62 | 46.96 | 0.13 | 0.34 |
| Hex | 61 | 5C | 4A | 0 | 5 | 18 | 3E | 2F | D | 22 |
| Octal | 141 | 134 | 112 | 0 | 5 | 30 | 76 | 57 | 15 | 42 |
| Binary | 1100001 | 1011100 | 1001010 | 0 | 101 | 11000 | 111110 | 101111 | 1101 | 100010 |
Color Harmonies of #615C4A
Complementary color
Monochromatic Colors of #615C4A
Black with #615C4A
Text Example
Text Example
White with #615C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C4A; }
p { color: rgb(97,92,74); }
H1.HeaderClassName
{
color: #615C4A;
}
.AnyTagClassName
{
color: #615C4A;
}
</style>
background-color css
<style>
a { background-color: #615C4A; }
a { background-color: rgb(97,92,74); }
div.DivClassName
{
background-color: #615C4A;
}
.BgClassName
{
background-color: #615C4A;
}
</style>
border-color css
<style>
span { border-color: #615C4A; }
span { border-color: rgb(97,92,74); }
td.TdClassName
{
border-color: #615C4A;
}
.TagClassName
{
border-color: #615C4A;
}
</style>