Shades of Very Dark Brown #634131
Tints of Very Dark Brown #634131
RGB
CMYK
RGB Variations
Color information
#634131 (or 0x634131) is known color: Very Dark Brown. HEX triplet: 63, 41 and 31. RGB value is (99,65,49). Sum of RGB (Red+Green+Blue) = 99+65+49=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 49 (19.53% from 255 or 23.00% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #634131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634131 is #9CBECE. Grayscale: #494949. Windows color (decimal): -10272463 or 3228003. OLE color: 3228003.
HSL color Cylindrical-coordinate representation of color #634131: hue angle of 19.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #634131 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 65 | 49 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.61 |
| HSL | 19.2º | 0.34% | 0.29% | - |
| HSV(B) | 19.2º | 0.51% | 0.39% | - |
| XYZ | 7.59 | 6.65 | 3.79 | - |
| YUV | 73.34 | 114.26 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 49 | 0 | 0.34 | 0.51 | 0.61 | 19.2 | 0.34 | 0.29 |
| Hex | 63 | 41 | 31 | 0 | 22 | 33 | 3D | 13 | 22 | 1D |
| Octal | 143 | 101 | 61 | 0 | 42 | 63 | 75 | 23 | 42 | 35 |
| Binary | 1100011 | 1000001 | 110001 | 0 | 100010 | 110011 | 111101 | 10011 | 100010 | 11101 |
Color Harmonies of #634131
Complementary color
Monochromatic Colors of #634131
Black with #634131
Text Example
Text Example
White with #634131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634131; }
p { color: rgb(99,65,49); }
H1.HeaderClassName
{
color: #634131;
}
.AnyTagClassName
{
color: #634131;
}
</style>
background-color css
<style>
a { background-color: #634131; }
a { background-color: rgb(99,65,49); }
div.DivClassName
{
background-color: #634131;
}
.BgClassName
{
background-color: #634131;
}
</style>
border-color css
<style>
span { border-color: #634131; }
span { border-color: rgb(99,65,49); }
td.TdClassName
{
border-color: #634131;
}
.TagClassName
{
border-color: #634131;
}
</style>