Shades of Woody Brown #634241
Tints of Woody Brown #634241
RGB
CMYK
RGB Variations
Color information
#634241 (or 0x634241) is known color: Woody Brown. HEX triplet: 63, 42 and 41. RGB value is (99,66,65). Sum of RGB (Red+Green+Blue) = 99+66+65=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #634241 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634241 is #9CBDBE. Grayscale: #4B4B4B. Windows color (decimal): -10272191 or 4276835. OLE color: 4276835.
HSL color Cylindrical-coordinate representation of color #634241: hue angle of 1.76º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #634241 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 66 | 65 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.61 |
| HSL | 1.76º | 0.21% | 0.32% | - |
| HSV(B) | 1.76º | 0.34% | 0.39% | - |
| XYZ | 8.05 | 6.93 | 5.91 | - |
| YUV | 75.75 | 121.93 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 65 | 0 | 0.33 | 0.34 | 0.61 | 1.76 | 0.21 | 0.32 |
| Hex | 63 | 42 | 41 | 0 | 21 | 22 | 3D | 2 | 15 | 20 |
| Octal | 143 | 102 | 101 | 0 | 41 | 42 | 75 | 2 | 25 | 40 |
| Binary | 1100011 | 1000010 | 1000001 | 0 | 100001 | 100010 | 111101 | 10 | 10101 | 100000 |
Color Harmonies of #634241
Complementary color
Monochromatic Colors of #634241
Black with #634241
Text Example
Text Example
White with #634241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634241; }
p { color: rgb(99,66,65); }
H1.HeaderClassName
{
color: #634241;
}
.AnyTagClassName
{
color: #634241;
}
</style>
background-color css
<style>
a { background-color: #634241; }
a { background-color: rgb(99,66,65); }
div.DivClassName
{
background-color: #634241;
}
.BgClassName
{
background-color: #634241;
}
</style>
border-color css
<style>
span { border-color: #634241; }
span { border-color: rgb(99,66,65); }
td.TdClassName
{
border-color: #634241;
}
.TagClassName
{
border-color: #634241;
}
</style>