Shades of Very Dark Brown #634334
Tints of Very Dark Brown #634334
RGB
CMYK
RGB Variations
Color information
#634334 (or 0x634334) is known color: Very Dark Brown. HEX triplet: 63, 43 and 34. RGB value is (99,67,52). Sum of RGB (Red+Green+Blue) = 99+67+52=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #634334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634334 is #9CBCCB. Grayscale: #4A4A4A. Windows color (decimal): -10271948 or 3425123. OLE color: 3425123.
HSL color Cylindrical-coordinate representation of color #634334: hue angle of 19.15º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #634334 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 67 | 52 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.61 |
| HSL | 19.15º | 0.31% | 0.3% | - |
| HSV(B) | 19.15º | 0.47% | 0.39% | - |
| XYZ | 7.77 | 6.91 | 4.17 | - |
| YUV | 74.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 67 | 52 | 0 | 0.32 | 0.47 | 0.61 | 19.15 | 0.31 | 0.3 |
| Hex | 63 | 43 | 34 | 0 | 20 | 2F | 3D | 13 | 1F | 1E |
| Octal | 143 | 103 | 64 | 0 | 40 | 57 | 75 | 23 | 37 | 36 |
| Binary | 1100011 | 1000011 | 110100 | 0 | 100000 | 101111 | 111101 | 10011 | 11111 | 11110 |
Color Harmonies of #634334
Complementary color
Monochromatic Colors of #634334
Black with #634334
Text Example
Text Example
White with #634334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634334; }
p { color: rgb(99,67,52); }
H1.HeaderClassName
{
color: #634334;
}
.AnyTagClassName
{
color: #634334;
}
</style>
background-color css
<style>
a { background-color: #634334; }
a { background-color: rgb(99,67,52); }
div.DivClassName
{
background-color: #634334;
}
.BgClassName
{
background-color: #634334;
}
</style>
border-color css
<style>
span { border-color: #634334; }
span { border-color: rgb(99,67,52); }
td.TdClassName
{
border-color: #634334;
}
.TagClassName
{
border-color: #634334;
}
</style>