Shades of Dark Brown #624012
Tints of Dark Brown #624012
RGB
CMYK
RGB Variations
Color information
#624012 (or 0x624012) is known color: Dark Brown. HEX triplet: 62, 40 and 12. RGB value is (98,64,18). Sum of RGB (Red+Green+Blue) = 98+64+18=180 (23% of max value = 765). Red value is 98 (38.67% from 255 or 54.44% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 18 (7.42% from 255 or 10% from 180); Max value from RGB is 98 - color contains mainly: red. Hex color #624012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624012 is #9DBFED. Grayscale: #454545. Windows color (decimal): -10338286 or 1196130. OLE color: 1196130.
HSL color Cylindrical-coordinate representation of color #624012: hue angle of 34.5º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #624012 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 64 | 18 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.62 |
| HSL | 34.5º | 0.69% | 0.23% | - |
| HSV(B) | 34.5º | 0.82% | 0.38% | - |
| XYZ | 6.98 | 6.31 | 1.42 | - |
| YUV | 68.92 | 99.26 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 18 | 0 | 0.35 | 0.82 | 0.62 | 34.5 | 0.69 | 0.23 |
| Hex | 62 | 40 | 12 | 0 | 23 | 52 | 3E | 22 | 45 | 17 |
| Octal | 142 | 100 | 22 | 0 | 43 | 122 | 76 | 42 | 105 | 27 |
| Binary | 1100010 | 1000000 | 10010 | 0 | 100011 | 1010010 | 111110 | 100010 | 1000101 | 10111 |
Color Harmonies of #624012
Complementary color
Monochromatic Colors of #624012
Black with #624012
Text Example
Text Example
White with #624012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624012; }
p { color: rgb(98,64,18); }
H1.HeaderClassName
{
color: #624012;
}
.AnyTagClassName
{
color: #624012;
}
</style>
background-color css
<style>
a { background-color: #624012; }
a { background-color: rgb(98,64,18); }
div.DivClassName
{
background-color: #624012;
}
.BgClassName
{
background-color: #624012;
}
</style>
border-color css
<style>
span { border-color: #624012; }
span { border-color: rgb(98,64,18); }
td.TdClassName
{
border-color: #624012;
}
.TagClassName
{
border-color: #624012;
}
</style>