Shades of Dark Brown #62401B
Tints of Dark Brown #62401B
RGB
CMYK
RGB Variations
Color information
#62401B (or 0x62401B) is known color: Dark Brown. HEX triplet: 62, 40 and 1B. RGB value is (98,64,27). Sum of RGB (Red+Green+Blue) = 98+64+27=189 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.85% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 98 - color contains mainly: red. Hex color #62401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62401B is #9DBFE4. Grayscale: #464646. Windows color (decimal): -10338277 or 1785954. OLE color: 1785954.
HSL color Cylindrical-coordinate representation of color #62401B: hue angle of 31.27º 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 #62401B is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 64 | 27 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.62 |
| HSL | 31.27º | 0.57% | 0.25% | - |
| HSV(B) | 31.27º | 0.72% | 0.38% | - |
| XYZ | 7.07 | 6.34 | 1.89 | - |
| YUV | 69.95 | 103.76 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 64 | 27 | 0 | 0.35 | 0.72 | 0.62 | 31.27 | 0.57 | 0.25 |
| Hex | 62 | 40 | 1B | 0 | 23 | 48 | 3E | 1F | 39 | 19 |
| Octal | 142 | 100 | 33 | 0 | 43 | 110 | 76 | 37 | 71 | 31 |
| Binary | 1100010 | 1000000 | 11011 | 0 | 100011 | 1001000 | 111110 | 11111 | 111001 | 11001 |
Color Harmonies of #62401B
Complementary color
Monochromatic Colors of #62401B
Black with #62401B
Text Example
Text Example
White with #62401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62401B; }
p { color: rgb(98,64,27); }
H1.HeaderClassName
{
color: #62401B;
}
.AnyTagClassName
{
color: #62401B;
}
</style>
background-color css
<style>
a { background-color: #62401B; }
a { background-color: rgb(98,64,27); }
div.DivClassName
{
background-color: #62401B;
}
.BgClassName
{
background-color: #62401B;
}
</style>
border-color css
<style>
span { border-color: #62401B; }
span { border-color: rgb(98,64,27); }
td.TdClassName
{
border-color: #62401B;
}
.TagClassName
{
border-color: #62401B;
}
</style>