Shades of Very Dark Brown #624132
Tints of Very Dark Brown #624132
RGB
CMYK
RGB Variations
Color information
#624132 (or 0x624132) is known color: Very Dark Brown. HEX triplet: 62, 41 and 32. RGB value is (98,65,50). Sum of RGB (Red+Green+Blue) = 98+65+50=213 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.01% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 50 (19.92% from 255 or 23.47% from 213); Max value from RGB is 98 - color contains mainly: red. Hex color #624132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624132 is #9DBECD. Grayscale: #494949. Windows color (decimal): -10337998 or 3293538. OLE color: 3293538.
HSL color Cylindrical-coordinate representation of color #624132: hue angle of 18.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #624132 is Cyan = 0, Magento = 0.34, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 65 | 50 | - |
| CMYK | 0 | 0.34 | 0.49 | 0.62 |
| HSL | 18.75º | 0.32% | 0.29% | - |
| HSV(B) | 18.75º | 0.49% | 0.38% | - |
| XYZ | 7.5 | 6.61 | 3.9 | - |
| YUV | 73.16 | 114.93 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 50 | 0 | 0.34 | 0.49 | 0.62 | 18.75 | 0.32 | 0.29 |
| Hex | 62 | 41 | 32 | 0 | 22 | 31 | 3E | 13 | 20 | 1D |
| Octal | 142 | 101 | 62 | 0 | 42 | 61 | 76 | 23 | 40 | 35 |
| Binary | 1100010 | 1000001 | 110010 | 0 | 100010 | 110001 | 111110 | 10011 | 100000 | 11101 |
Color Harmonies of #624132
Complementary color
Monochromatic Colors of #624132
Black with #624132
Text Example
Text Example
White with #624132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624132; }
p { color: rgb(98,65,50); }
H1.HeaderClassName
{
color: #624132;
}
.AnyTagClassName
{
color: #624132;
}
</style>
background-color css
<style>
a { background-color: #624132; }
a { background-color: rgb(98,65,50); }
div.DivClassName
{
background-color: #624132;
}
.BgClassName
{
background-color: #624132;
}
</style>
border-color css
<style>
span { border-color: #624132; }
span { border-color: rgb(98,65,50); }
td.TdClassName
{
border-color: #624132;
}
.TagClassName
{
border-color: #624132;
}
</style>