Shades of Dark Brown #62441B
Tints of Dark Brown #62441B
RGB
CMYK
RGB Variations
Color information
#62441B (or 0x62441B) is known color: Dark Brown. HEX triplet: 62, 44 and 1B. RGB value is (98,68,27). Sum of RGB (Red+Green+Blue) = 98+68+27=193 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.78% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 98 - color contains mainly: red. Hex color #62441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62441B is #9DBBE4. Grayscale: #484848. Windows color (decimal): -10337253 or 1786978. OLE color: 1786978.
HSL color Cylindrical-coordinate representation of color #62441B: hue angle of 34.65º 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 #62441B is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 68 | 27 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.62 |
| HSL | 34.65º | 0.57% | 0.25% | - |
| HSV(B) | 34.65º | 0.72% | 0.38% | - |
| XYZ | 7.3 | 6.81 | 1.97 | - |
| YUV | 72.3 | 102.44 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 68 | 27 | 0 | 0.31 | 0.72 | 0.62 | 34.65 | 0.57 | 0.25 |
| Hex | 62 | 44 | 1B | 0 | 1F | 48 | 3E | 23 | 39 | 19 |
| Octal | 142 | 104 | 33 | 0 | 37 | 110 | 76 | 43 | 71 | 31 |
| Binary | 1100010 | 1000100 | 11011 | 0 | 11111 | 1001000 | 111110 | 100011 | 111001 | 11001 |
Color Harmonies of #62441B
Complementary color
Monochromatic Colors of #62441B
Black with #62441B
Text Example
Text Example
White with #62441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62441B; }
p { color: rgb(98,68,27); }
H1.HeaderClassName
{
color: #62441B;
}
.AnyTagClassName
{
color: #62441B;
}
</style>
background-color css
<style>
a { background-color: #62441B; }
a { background-color: rgb(98,68,27); }
div.DivClassName
{
background-color: #62441B;
}
.BgClassName
{
background-color: #62441B;
}
</style>
border-color css
<style>
span { border-color: #62441B; }
span { border-color: rgb(98,68,27); }
td.TdClassName
{
border-color: #62441B;
}
.TagClassName
{
border-color: #62441B;
}
</style>