Shades of Dark Brown #62431F
Tints of Dark Brown #62431F
RGB
CMYK
RGB Variations
Color information
#62431F (or 0x62431F) is known color: Dark Brown. HEX triplet: 62, 43 and 1F. RGB value is (98,67,31). Sum of RGB (Red+Green+Blue) = 98+67+31=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62431F is #9DBCE0. Grayscale: #484848. Windows color (decimal): -10337505 or 2048866. OLE color: 2048866.
HSL color Cylindrical-coordinate representation of color #62431F: hue angle of 32.24º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62431F is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 67 | 31 | - |
| CMYK | 0 | 0.32 | 0.68 | 0.62 |
| HSL | 32.24º | 0.52% | 0.25% | - |
| HSV(B) | 32.24º | 0.68% | 0.38% | - |
| XYZ | 7.29 | 6.71 | 2.21 | - |
| YUV | 72.17 | 104.77 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 67 | 31 | 0 | 0.32 | 0.68 | 0.62 | 32.24 | 0.52 | 0.25 |
| Hex | 62 | 43 | 1F | 0 | 20 | 44 | 3E | 20 | 34 | 19 |
| Octal | 142 | 103 | 37 | 0 | 40 | 104 | 76 | 40 | 64 | 31 |
| Binary | 1100010 | 1000011 | 11111 | 0 | 100000 | 1000100 | 111110 | 100000 | 110100 | 11001 |
Color Harmonies of #62431F
Complementary color
Monochromatic Colors of #62431F
Black with #62431F
Text Example
Text Example
White with #62431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62431F; }
p { color: rgb(98,67,31); }
H1.HeaderClassName
{
color: #62431F;
}
.AnyTagClassName
{
color: #62431F;
}
</style>
background-color css
<style>
a { background-color: #62431F; }
a { background-color: rgb(98,67,31); }
div.DivClassName
{
background-color: #62431F;
}
.BgClassName
{
background-color: #62431F;
}
</style>
border-color css
<style>
span { border-color: #62431F; }
span { border-color: rgb(98,67,31); }
td.TdClassName
{
border-color: #62431F;
}
.TagClassName
{
border-color: #62431F;
}
</style>