Shades of Millbrook #635B43
Tints of Millbrook #635B43
RGB
CMYK
RGB Variations
Color information
#635B43 (or 0x635B43) is known color: Millbrook. HEX triplet: 63, 5B and 43. RGB value is (99,91,67). Sum of RGB (Red+Green+Blue) = 99+91+67=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 99 - color contains mainly: red. Hex color #635B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635B43 is #9CA4BC. Grayscale: #5A5A5A. Windows color (decimal): -10265789 or 4414307. OLE color: 4414307.
HSL color Cylindrical-coordinate representation of color #635B43: hue angle of 45º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #635B43 is Cyan = 0, Magento = 0.08, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 91 | 67 | - |
| CMYK | 0 | 0.08 | 0.32 | 0.61 |
| HSL | 45º | 0.19% | 0.33% | - |
| HSV(B) | 45º | 0.32% | 0.39% | - |
| XYZ | 9.9 | 10.54 | 6.82 | - |
| YUV | 90.66 | 114.65 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 91 | 67 | 0 | 0.08 | 0.32 | 0.61 | 45 | 0.19 | 0.33 |
| Hex | 63 | 5B | 43 | 0 | 8 | 20 | 3D | 2D | 13 | 21 |
| Octal | 143 | 133 | 103 | 0 | 10 | 40 | 75 | 55 | 23 | 41 |
| Binary | 1100011 | 1011011 | 1000011 | 0 | 1000 | 100000 | 111101 | 101101 | 10011 | 100001 |
Color Harmonies of #635B43
Complementary color
Monochromatic Colors of #635B43
Black with #635B43
Text Example
Text Example
White with #635B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B43; }
p { color: rgb(99,91,67); }
H1.HeaderClassName
{
color: #635B43;
}
.AnyTagClassName
{
color: #635B43;
}
</style>
background-color css
<style>
a { background-color: #635B43; }
a { background-color: rgb(99,91,67); }
div.DivClassName
{
background-color: #635B43;
}
.BgClassName
{
background-color: #635B43;
}
</style>
border-color css
<style>
span { border-color: #635B43; }
span { border-color: rgb(99,91,67); }
td.TdClassName
{
border-color: #635B43;
}
.TagClassName
{
border-color: #635B43;
}
</style>