Shades of Dark Brown #62421B
Tints of Dark Brown #62421B
RGB
CMYK
RGB Variations
Color information
#62421B (or 0x62421B) is known color: Dark Brown. HEX triplet: 62, 42 and 1B. RGB value is (98,66,27). Sum of RGB (Red+Green+Blue) = 98+66+27=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62421B is #9DBDE4. Grayscale: #474747. Windows color (decimal): -10337765 or 1786466. OLE color: 1786466.
HSL color Cylindrical-coordinate representation of color #62421B: hue angle of 32.96º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62421B is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 66 | 27 | - |
| CMYK | 0 | 0.33 | 0.72 | 0.62 |
| HSL | 32.96º | 0.57% | 0.25% | - |
| HSV(B) | 32.96º | 0.72% | 0.38% | - |
| XYZ | 7.18 | 6.57 | 1.93 | - |
| YUV | 71.12 | 103.1 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 66 | 27 | 0 | 0.33 | 0.72 | 0.62 | 32.96 | 0.57 | 0.25 |
| Hex | 62 | 42 | 1B | 0 | 21 | 48 | 3E | 21 | 39 | 19 |
| Octal | 142 | 102 | 33 | 0 | 41 | 110 | 76 | 41 | 71 | 31 |
| Binary | 1100010 | 1000010 | 11011 | 0 | 100001 | 1001000 | 111110 | 100001 | 111001 | 11001 |
Color Harmonies of #62421B
Complementary color
Monochromatic Colors of #62421B
Black with #62421B
Text Example
Text Example
White with #62421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62421B; }
p { color: rgb(98,66,27); }
H1.HeaderClassName
{
color: #62421B;
}
.AnyTagClassName
{
color: #62421B;
}
</style>
background-color css
<style>
a { background-color: #62421B; }
a { background-color: rgb(98,66,27); }
div.DivClassName
{
background-color: #62421B;
}
.BgClassName
{
background-color: #62421B;
}
</style>
border-color css
<style>
span { border-color: #62421B; }
span { border-color: rgb(98,66,27); }
td.TdClassName
{
border-color: #62421B;
}
.TagClassName
{
border-color: #62421B;
}
</style>