Shades of Dark Brown #62461B
Tints of Dark Brown #62461B
RGB
CMYK
RGB Variations
Color information
#62461B (or 0x62461B) is known color: Dark Brown. HEX triplet: 62, 46 and 1B. RGB value is (98,70,27). Sum of RGB (Red+Green+Blue) = 98+70+27=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 70 (27.73% from 255 or 35.90% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62461B is #9DB9E4. Grayscale: #494949. Windows color (decimal): -10336741 or 1787490. OLE color: 1787490.
HSL color Cylindrical-coordinate representation of color #62461B: hue angle of 36.34º 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 #62461B is Cyan = 0, Magento = 0.29, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 70 | 27 | - |
| CMYK | 0 | 0.29 | 0.72 | 0.62 |
| HSL | 36.34º | 0.57% | 0.25% | - |
| HSV(B) | 36.34º | 0.72% | 0.38% | - |
| XYZ | 7.42 | 7.06 | 2.01 | - |
| YUV | 73.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 27 | 0 | 0.29 | 0.72 | 0.62 | 36.34 | 0.57 | 0.25 |
| Hex | 62 | 46 | 1B | 0 | 1D | 48 | 3E | 24 | 39 | 19 |
| Octal | 142 | 106 | 33 | 0 | 35 | 110 | 76 | 44 | 71 | 31 |
| Binary | 1100010 | 1000110 | 11011 | 0 | 11101 | 1001000 | 111110 | 100100 | 111001 | 11001 |
Color Harmonies of #62461B
Complementary color
Monochromatic Colors of #62461B
Black with #62461B
Text Example
Text Example
White with #62461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62461B; }
p { color: rgb(98,70,27); }
H1.HeaderClassName
{
color: #62461B;
}
.AnyTagClassName
{
color: #62461B;
}
</style>
background-color css
<style>
a { background-color: #62461B; }
a { background-color: rgb(98,70,27); }
div.DivClassName
{
background-color: #62461B;
}
.BgClassName
{
background-color: #62461B;
}
</style>
border-color css
<style>
span { border-color: #62461B; }
span { border-color: rgb(98,70,27); }
td.TdClassName
{
border-color: #62461B;
}
.TagClassName
{
border-color: #62461B;
}
</style>