Shades of Dark Brown #62431A
Tints of Dark Brown #62431A
RGB
CMYK
RGB Variations
Color information
#62431A (or 0x62431A) is known color: Dark Brown. HEX triplet: 62, 43 and 1A. RGB value is (98,67,26). Sum of RGB (Red+Green+Blue) = 98+67+26=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62431A is #9DBCE5. Grayscale: #474747. Windows color (decimal): -10337510 or 1721186. OLE color: 1721186.
HSL color Cylindrical-coordinate representation of color #62431A: hue angle of 34.17º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62431A is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 67 | 26 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.62 |
| HSL | 34.17º | 0.58% | 0.24% | - |
| HSV(B) | 34.17º | 0.73% | 0.38% | - |
| XYZ | 7.23 | 6.69 | 1.89 | - |
| YUV | 71.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 26 | 0 | 0.32 | 0.73 | 0.62 | 34.17 | 0.58 | 0.24 |
| Hex | 62 | 43 | 1A | 0 | 20 | 49 | 3E | 22 | 3A | 18 |
| Octal | 142 | 103 | 32 | 0 | 40 | 111 | 76 | 42 | 72 | 30 |
| Binary | 1100010 | 1000011 | 11010 | 0 | 100000 | 1001001 | 111110 | 100010 | 111010 | 11000 |
Color Harmonies of #62431A
Complementary color
Monochromatic Colors of #62431A
Black with #62431A
Text Example
Text Example
White with #62431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62431A; }
p { color: rgb(98,67,26); }
H1.HeaderClassName
{
color: #62431A;
}
.AnyTagClassName
{
color: #62431A;
}
</style>
background-color css
<style>
a { background-color: #62431A; }
a { background-color: rgb(98,67,26); }
div.DivClassName
{
background-color: #62431A;
}
.BgClassName
{
background-color: #62431A;
}
</style>
border-color css
<style>
span { border-color: #62431A; }
span { border-color: rgb(98,67,26); }
td.TdClassName
{
border-color: #62431A;
}
.TagClassName
{
border-color: #62431A;
}
</style>