Shades of Millbrook #615A43
Tints of Millbrook #615A43
RGB
CMYK
RGB Variations
Color information
#615A43 (or 0x615A43) is known color: Millbrook. HEX triplet: 61, 5A and 43. RGB value is (97,90,67). Sum of RGB (Red+Green+Blue) = 97+90+67=254 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.19% from 254); Green value is 90 (35.55% from 255 or 35.43% from 254); Blue value is 67 (26.56% from 255 or 26.38% from 254); Max value from RGB is 97 - color contains mainly: red. Hex color #615A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A43 is #9EA5BC. Grayscale: #595959. Windows color (decimal): -10397117 or 4414049. OLE color: 4414049.
HSL color Cylindrical-coordinate representation of color #615A43: hue angle of 46º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #615A43 is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 67 | - |
| CMYK | 0 | 0.07 | 0.31 | 0.62 |
| HSL | 46º | 0.18% | 0.32% | - |
| HSV(B) | 46º | 0.31% | 0.38% | - |
| XYZ | 9.6 | 10.26 | 6.78 | - |
| YUV | 89.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 67 | 0 | 0.07 | 0.31 | 0.62 | 46 | 0.18 | 0.32 |
| Hex | 61 | 5A | 43 | 0 | 7 | 1F | 3E | 2E | 12 | 20 |
| Octal | 141 | 132 | 103 | 0 | 7 | 37 | 76 | 56 | 22 | 40 |
| Binary | 1100001 | 1011010 | 1000011 | 0 | 111 | 11111 | 111110 | 101110 | 10010 | 100000 |
Color Harmonies of #615A43
Complementary color
Monochromatic Colors of #615A43
Black with #615A43
Text Example
Text Example
White with #615A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A43; }
p { color: rgb(97,90,67); }
H1.HeaderClassName
{
color: #615A43;
}
.AnyTagClassName
{
color: #615A43;
}
</style>
background-color css
<style>
a { background-color: #615A43; }
a { background-color: rgb(97,90,67); }
div.DivClassName
{
background-color: #615A43;
}
.BgClassName
{
background-color: #615A43;
}
</style>
border-color css
<style>
span { border-color: #615A43; }
span { border-color: rgb(97,90,67); }
td.TdClassName
{
border-color: #615A43;
}
.TagClassName
{
border-color: #615A43;
}
</style>