Shades of Dark Brown #634420
Tints of Dark Brown #634420
RGB
CMYK
RGB Variations
Color information
#634420 (or 0x634420) is known color: Dark Brown. HEX triplet: 63, 44 and 20. RGB value is (99,68,32). Sum of RGB (Red+Green+Blue) = 99+68+32=199 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.75% from 199); Green value is 68 (26.95% from 255 or 34.17% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 99 - color contains mainly: red. Hex color #634420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634420 is #9CBBDF. Grayscale: #494949. Windows color (decimal): -10271712 or 2114659. OLE color: 2114659.
HSL color Cylindrical-coordinate representation of color #634420: hue angle of 32.24º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #634420 is Cyan = 0, Magento = 0.31, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 32 | - |
| CMYK | 0 | 0.31 | 0.68 | 0.61 |
| HSL | 32.24º | 0.51% | 0.26% | - |
| HSV(B) | 32.24º | 0.68% | 0.39% | - |
| XYZ | 7.47 | 6.89 | 2.3 | - |
| YUV | 73.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 32 | 0 | 0.31 | 0.68 | 0.61 | 32.24 | 0.51 | 0.26 |
| Hex | 63 | 44 | 20 | 0 | 1F | 44 | 3D | 20 | 33 | 1A |
| Octal | 143 | 104 | 40 | 0 | 37 | 104 | 75 | 40 | 63 | 32 |
| Binary | 1100011 | 1000100 | 100000 | 0 | 11111 | 1000100 | 111101 | 100000 | 110011 | 11010 |
Color Harmonies of #634420
Complementary color
Monochromatic Colors of #634420
Black with #634420
Text Example
Text Example
White with #634420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634420; }
p { color: rgb(99,68,32); }
H1.HeaderClassName
{
color: #634420;
}
.AnyTagClassName
{
color: #634420;
}
</style>
background-color css
<style>
a { background-color: #634420; }
a { background-color: rgb(99,68,32); }
div.DivClassName
{
background-color: #634420;
}
.BgClassName
{
background-color: #634420;
}
</style>
border-color css
<style>
span { border-color: #634420; }
span { border-color: rgb(99,68,32); }
td.TdClassName
{
border-color: #634420;
}
.TagClassName
{
border-color: #634420;
}
</style>