Shades of Dark Brown #624212
Tints of Dark Brown #624212
RGB
CMYK
RGB Variations
Color information
#624212 (or 0x624212) is known color: Dark Brown. HEX triplet: 62, 42 and 12. RGB value is (98,66,18). Sum of RGB (Red+Green+Blue) = 98+66+18=182 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.85% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 18 (7.42% from 255 or 9.89% from 182); Max value from RGB is 98 - color contains mainly: red. Hex color #624212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624212 is #9DBDED. Grayscale: #464646. Windows color (decimal): -10337774 or 1196642. OLE color: 1196642.
HSL color Cylindrical-coordinate representation of color #624212: hue angle of 36º 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 #624212 is Cyan = 0, Magento = 0.33, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 18 | - |
| CMYK | 0 | 0.33 | 0.82 | 0.62 |
| HSL | 36º | 0.69% | 0.23% | - |
| HSV(B) | 36º | 0.82% | 0.38% | - |
| XYZ | 7.09 | 6.54 | 1.46 | - |
| YUV | 70.1 | 98.6 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 18 | 0 | 0.33 | 0.82 | 0.62 | 36 | 0.69 | 0.23 |
| Hex | 62 | 42 | 12 | 0 | 21 | 52 | 3E | 24 | 45 | 17 |
| Octal | 142 | 102 | 22 | 0 | 41 | 122 | 76 | 44 | 105 | 27 |
| Binary | 1100010 | 1000010 | 10010 | 0 | 100001 | 1010010 | 111110 | 100100 | 1000101 | 10111 |
Color Harmonies of #624212
Complementary color
Monochromatic Colors of #624212
Black with #624212
Text Example
Text Example
White with #624212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624212; }
p { color: rgb(98,66,18); }
H1.HeaderClassName
{
color: #624212;
}
.AnyTagClassName
{
color: #624212;
}
</style>
background-color css
<style>
a { background-color: #624212; }
a { background-color: rgb(98,66,18); }
div.DivClassName
{
background-color: #624212;
}
.BgClassName
{
background-color: #624212;
}
</style>
border-color css
<style>
span { border-color: #624212; }
span { border-color: rgb(98,66,18); }
td.TdClassName
{
border-color: #624212;
}
.TagClassName
{
border-color: #624212;
}
</style>