Shades of Dark Brown #624920
Tints of Dark Brown #624920
RGB
CMYK
RGB Variations
Color information
#624920 (or 0x624920) is known color: Dark Brown. HEX triplet: 62, 49 and 20. RGB value is (98,73,32). Sum of RGB (Red+Green+Blue) = 98+73+32=203 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.28% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 98 - color contains mainly: red. Hex color #624920 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624920 is #9DB6DF. Grayscale: #4B4B4B. Windows color (decimal): -10335968 or 2115938. OLE color: 2115938.
HSL color Cylindrical-coordinate representation of color #624920: hue angle of 37.27º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #624920 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 73 | 32 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.62 |
| HSL | 37.27º | 0.51% | 0.25% | - |
| HSV(B) | 37.27º | 0.67% | 0.38% | - |
| XYZ | 7.68 | 7.47 | 2.4 | - |
| YUV | 75.8 | 103.28 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 73 | 32 | 0 | 0.26 | 0.67 | 0.62 | 37.27 | 0.51 | 0.25 |
| Hex | 62 | 49 | 20 | 0 | 1A | 43 | 3E | 25 | 33 | 19 |
| Octal | 142 | 111 | 40 | 0 | 32 | 103 | 76 | 45 | 63 | 31 |
| Binary | 1100010 | 1001001 | 100000 | 0 | 11010 | 1000011 | 111110 | 100101 | 110011 | 11001 |
Color Harmonies of #624920
Complementary color
Monochromatic Colors of #624920
Black with #624920
Text Example
Text Example
White with #624920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624920; }
p { color: rgb(98,73,32); }
H1.HeaderClassName
{
color: #624920;
}
.AnyTagClassName
{
color: #624920;
}
</style>
background-color css
<style>
a { background-color: #624920; }
a { background-color: rgb(98,73,32); }
div.DivClassName
{
background-color: #624920;
}
.BgClassName
{
background-color: #624920;
}
</style>
border-color css
<style>
span { border-color: #624920; }
span { border-color: rgb(98,73,32); }
td.TdClassName
{
border-color: #624920;
}
.TagClassName
{
border-color: #624920;
}
</style>