Shades of Very Dark Brown #624130
Tints of Very Dark Brown #624130
RGB
CMYK
RGB Variations
Color information
#624130 (or 0x624130) is known color: Very Dark Brown. HEX triplet: 62, 41 and 30. RGB value is (98,65,48). Sum of RGB (Red+Green+Blue) = 98+65+48=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 48 (19.14% from 255 or 22.75% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #624130 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624130 is #9DBECF. Grayscale: #494949. Windows color (decimal): -10338000 or 3162466. OLE color: 3162466.
HSL color Cylindrical-coordinate representation of color #624130: hue angle of 20.4º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #624130 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 65 | 48 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.62 |
| HSL | 20.4º | 0.34% | 0.29% | - |
| HSV(B) | 20.4º | 0.51% | 0.38% | - |
| XYZ | 7.46 | 6.59 | 3.68 | - |
| YUV | 72.93 | 113.93 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 48 | 0 | 0.34 | 0.51 | 0.62 | 20.4 | 0.34 | 0.29 |
| Hex | 62 | 41 | 30 | 0 | 22 | 33 | 3E | 14 | 22 | 1D |
| Octal | 142 | 101 | 60 | 0 | 42 | 63 | 76 | 24 | 42 | 35 |
| Binary | 1100010 | 1000001 | 110000 | 0 | 100010 | 110011 | 111110 | 10100 | 100010 | 11101 |
Color Harmonies of #624130
Complementary color
Monochromatic Colors of #624130
Black with #624130
Text Example
Text Example
White with #624130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624130; }
p { color: rgb(98,65,48); }
H1.HeaderClassName
{
color: #624130;
}
.AnyTagClassName
{
color: #624130;
}
</style>
background-color css
<style>
a { background-color: #624130; }
a { background-color: rgb(98,65,48); }
div.DivClassName
{
background-color: #624130;
}
.BgClassName
{
background-color: #624130;
}
</style>
border-color css
<style>
span { border-color: #624130; }
span { border-color: rgb(98,65,48); }
td.TdClassName
{
border-color: #624130;
}
.TagClassName
{
border-color: #624130;
}
</style>