Shades of Millbrook #615C4B
Tints of Millbrook #615C4B
RGB
CMYK
RGB Variations
Color information
#615C4B (or 0x615C4B) is known color: Millbrook. HEX triplet: 61, 5C and 4B. RGB value is (97,92,75). Sum of RGB (Red+Green+Blue) = 97+92+75=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 92 (36.33% from 255 or 34.85% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 97 - color contains mainly: red. Hex color #615C4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C4B is #9EA3B4. Grayscale: #5B5B5B. Windows color (decimal): -10396597 or 4938849. OLE color: 4938849.
HSL color Cylindrical-coordinate representation of color #615C4B: hue angle of 46.36º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #615C4B is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 75 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.62 |
| HSL | 46.36º | 0.13% | 0.34% | - |
| HSV(B) | 46.36º | 0.23% | 0.38% | - |
| XYZ | 10.03 | 10.7 | 8.19 | - |
| YUV | 91.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 75 | 0 | 0.05 | 0.23 | 0.62 | 46.36 | 0.13 | 0.34 |
| Hex | 61 | 5C | 4B | 0 | 5 | 17 | 3E | 2E | D | 22 |
| Octal | 141 | 134 | 113 | 0 | 5 | 27 | 76 | 56 | 15 | 42 |
| Binary | 1100001 | 1011100 | 1001011 | 0 | 101 | 10111 | 111110 | 101110 | 1101 | 100010 |
Color Harmonies of #615C4B
Complementary color
Monochromatic Colors of #615C4B
Black with #615C4B
Text Example
Text Example
White with #615C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C4B; }
p { color: rgb(97,92,75); }
H1.HeaderClassName
{
color: #615C4B;
}
.AnyTagClassName
{
color: #615C4B;
}
</style>
background-color css
<style>
a { background-color: #615C4B; }
a { background-color: rgb(97,92,75); }
div.DivClassName
{
background-color: #615C4B;
}
.BgClassName
{
background-color: #615C4B;
}
</style>
border-color css
<style>
span { border-color: #615C4B; }
span { border-color: rgb(97,92,75); }
td.TdClassName
{
border-color: #615C4B;
}
.TagClassName
{
border-color: #615C4B;
}
</style>