Shades of Dark Brown #624513
Tints of Dark Brown #624513
RGB
CMYK
RGB Variations
Color information
#624513 (or 0x624513) is known color: Dark Brown. HEX triplet: 62, 45 and 13. RGB value is (98,69,19). Sum of RGB (Red+Green+Blue) = 98+69+19=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 69 (27.34% from 255 or 37.10% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #624513 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624513 is #9DBAEC. Grayscale: #484848. Windows color (decimal): -10337005 or 1262946. OLE color: 1262946.
HSL color Cylindrical-coordinate representation of color #624513: hue angle of 37.97º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #624513 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 69 | 19 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.62 |
| HSL | 37.97º | 0.68% | 0.23% | - |
| HSV(B) | 37.97º | 0.81% | 0.38% | - |
| XYZ | 7.28 | 6.9 | 1.56 | - |
| YUV | 71.97 | 98.11 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 69 | 19 | 0 | 0.30 | 0.81 | 0.62 | 37.97 | 0.68 | 0.23 |
| Hex | 62 | 45 | 13 | 0 | 1E | 51 | 3E | 26 | 44 | 17 |
| Octal | 142 | 105 | 23 | 0 | 36 | 121 | 76 | 46 | 104 | 27 |
| Binary | 1100010 | 1000101 | 10011 | 0 | 11110 | 1010001 | 111110 | 100110 | 1000100 | 10111 |
Color Harmonies of #624513
Complementary color
Monochromatic Colors of #624513
Black with #624513
Text Example
Text Example
White with #624513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624513; }
p { color: rgb(98,69,19); }
H1.HeaderClassName
{
color: #624513;
}
.AnyTagClassName
{
color: #624513;
}
</style>
background-color css
<style>
a { background-color: #624513; }
a { background-color: rgb(98,69,19); }
div.DivClassName
{
background-color: #624513;
}
.BgClassName
{
background-color: #624513;
}
</style>
border-color css
<style>
span { border-color: #624513; }
span { border-color: rgb(98,69,19); }
td.TdClassName
{
border-color: #624513;
}
.TagClassName
{
border-color: #624513;
}
</style>