Shades of Dark Brown #634524
Tints of Dark Brown #634524
RGB
CMYK
RGB Variations
Color information
#634524 (or 0x634524) is known color: Dark Brown. HEX triplet: 63, 45 and 24. RGB value is (99,69,36). Sum of RGB (Red+Green+Blue) = 99+69+36=204 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.53% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 36 (14.45% from 255 or 17.65% from 204); Max value from RGB is 99 - color contains mainly: red. Hex color #634524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634524 is #9CBADB. Grayscale: #4A4A4A. Windows color (decimal): -10271452 or 2377059. OLE color: 2377059.
HSL color Cylindrical-coordinate representation of color #634524: hue angle of 31.43º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #634524 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 69 | 36 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.61 |
| HSL | 31.43º | 0.47% | 0.26% | - |
| HSV(B) | 31.43º | 0.64% | 0.39% | - |
| XYZ | 7.59 | 7.04 | 2.63 | - |
| YUV | 74.21 | 106.44 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 69 | 36 | 0 | 0.30 | 0.64 | 0.61 | 31.43 | 0.47 | 0.26 |
| Hex | 63 | 45 | 24 | 0 | 1E | 40 | 3D | 1F | 2F | 1A |
| Octal | 143 | 105 | 44 | 0 | 36 | 100 | 75 | 37 | 57 | 32 |
| Binary | 1100011 | 1000101 | 100100 | 0 | 11110 | 1000000 | 111101 | 11111 | 101111 | 11010 |
Color Harmonies of #634524
Complementary color
Monochromatic Colors of #634524
Black with #634524
Text Example
Text Example
White with #634524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634524; }
p { color: rgb(99,69,36); }
H1.HeaderClassName
{
color: #634524;
}
.AnyTagClassName
{
color: #634524;
}
</style>
background-color css
<style>
a { background-color: #634524; }
a { background-color: rgb(99,69,36); }
div.DivClassName
{
background-color: #634524;
}
.BgClassName
{
background-color: #634524;
}
</style>
border-color css
<style>
span { border-color: #634524; }
span { border-color: rgb(99,69,36); }
td.TdClassName
{
border-color: #634524;
}
.TagClassName
{
border-color: #634524;
}
</style>