Shades of Dark Brown #634624
Tints of Dark Brown #634624
RGB
CMYK
RGB Variations
Color information
#634624 (or 0x634624) is known color: Dark Brown. HEX triplet: 63, 46 and 24. RGB value is (99,70,36). Sum of RGB (Red+Green+Blue) = 99+70+36=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 36 (14.45% from 255 or 17.56% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #634624 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634624 is #9CB9DB. Grayscale: #4A4A4A. Windows color (decimal): -10271196 or 2377315. OLE color: 2377315.
HSL color Cylindrical-coordinate representation of color #634624: hue angle of 32.38º 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 #634624 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 70 | 36 | - |
| CMYK | 0 | 0.29 | 0.64 | 0.61 |
| HSL | 32.38º | 0.47% | 0.26% | - |
| HSV(B) | 32.38º | 0.64% | 0.39% | - |
| XYZ | 7.65 | 7.16 | 2.65 | - |
| YUV | 74.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 70 | 36 | 0 | 0.29 | 0.64 | 0.61 | 32.38 | 0.47 | 0.26 |
| Hex | 63 | 46 | 24 | 0 | 1D | 40 | 3D | 20 | 2F | 1A |
| Octal | 143 | 106 | 44 | 0 | 35 | 100 | 75 | 40 | 57 | 32 |
| Binary | 1100011 | 1000110 | 100100 | 0 | 11101 | 1000000 | 111101 | 100000 | 101111 | 11010 |
Color Harmonies of #634624
Complementary color
Monochromatic Colors of #634624
Black with #634624
Text Example
Text Example
White with #634624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634624; }
p { color: rgb(99,70,36); }
H1.HeaderClassName
{
color: #634624;
}
.AnyTagClassName
{
color: #634624;
}
</style>
background-color css
<style>
a { background-color: #634624; }
a { background-color: rgb(99,70,36); }
div.DivClassName
{
background-color: #634624;
}
.BgClassName
{
background-color: #634624;
}
</style>
border-color css
<style>
span { border-color: #634624; }
span { border-color: rgb(99,70,36); }
td.TdClassName
{
border-color: #634624;
}
.TagClassName
{
border-color: #634624;
}
</style>