Shades of Woody Brown #634444
Tints of Woody Brown #634444
RGB
CMYK
RGB Variations
Color information
#634444 (or 0x634444) is known color: Woody Brown. HEX triplet: 63, 44 and 44. RGB value is (99,68,68). Sum of RGB (Red+Green+Blue) = 99+68+68=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #634444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634444 is #9CBBBB. Grayscale: #4D4D4D. Windows color (decimal): -10271676 or 4473955. OLE color: 4473955.
HSL color Cylindrical-coordinate representation of color #634444: hue angle of 0º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #634444 is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 68 | 68 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.61 |
| HSL | 0º | 0.19% | 0.33% | - |
| HSV(B) | 0º | 0.31% | 0.39% | - |
| XYZ | 8.26 | 7.2 | 6.42 | - |
| YUV | 77.27 | 122.77 | 143.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 68 | 68 | 0 | 0.31 | 0.31 | 0.61 | 0 | 0.19 | 0.33 |
| Hex | 63 | 44 | 44 | 0 | 1F | 1F | 3D | 0 | 13 | 21 |
| Octal | 143 | 104 | 104 | 0 | 37 | 37 | 75 | 0 | 23 | 41 |
| Binary | 1100011 | 1000100 | 1000100 | 0 | 11111 | 11111 | 111101 | 0 | 10011 | 100001 |
Color Harmonies of #634444
Complementary color
Monochromatic Colors of #634444
Black with #634444
Text Example
Text Example
White with #634444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634444; }
p { color: rgb(99,68,68); }
H1.HeaderClassName
{
color: #634444;
}
.AnyTagClassName
{
color: #634444;
}
</style>
background-color css
<style>
a { background-color: #634444; }
a { background-color: rgb(99,68,68); }
div.DivClassName
{
background-color: #634444;
}
.BgClassName
{
background-color: #634444;
}
</style>
border-color css
<style>
span { border-color: #634444; }
span { border-color: rgb(99,68,68); }
td.TdClassName
{
border-color: #634444;
}
.TagClassName
{
border-color: #634444;
}
</style>