Shades of Dark Brown #62461C
Tints of Dark Brown #62461C
RGB
CMYK
RGB Variations
Color information
#62461C (or 0x62461C) is known color: Dark Brown. HEX triplet: 62, 46 and 1C. RGB value is (98,70,28). Sum of RGB (Red+Green+Blue) = 98+70+28=196 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 28 (11.33% from 255 or 14.29% from 196); Max value from RGB is 98 - color contains mainly: red. Hex color #62461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62461C is #9DB9E3. Grayscale: #494949. Windows color (decimal): -10336740 or 1853026. OLE color: 1853026.
HSL color Cylindrical-coordinate representation of color #62461C: hue angle of 36º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #62461C is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 70 | 28 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.62 |
| HSL | 36º | 0.56% | 0.25% | - |
| HSV(B) | 36º | 0.71% | 0.38% | - |
| XYZ | 7.44 | 7.06 | 2.07 | - |
| YUV | 73.58 | 102.28 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 28 | 0 | 0.29 | 0.71 | 0.62 | 36 | 0.56 | 0.25 |
| Hex | 62 | 46 | 1C | 0 | 1D | 47 | 3E | 24 | 38 | 19 |
| Octal | 142 | 106 | 34 | 0 | 35 | 107 | 76 | 44 | 70 | 31 |
| Binary | 1100010 | 1000110 | 11100 | 0 | 11101 | 1000111 | 111110 | 100100 | 111000 | 11001 |
Color Harmonies of #62461C
Complementary color
Monochromatic Colors of #62461C
Black with #62461C
Text Example
Text Example
White with #62461C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62461C; }
p { color: rgb(98,70,28); }
H1.HeaderClassName
{
color: #62461C;
}
.AnyTagClassName
{
color: #62461C;
}
</style>
background-color css
<style>
a { background-color: #62461C; }
a { background-color: rgb(98,70,28); }
div.DivClassName
{
background-color: #62461C;
}
.BgClassName
{
background-color: #62461C;
}
</style>
border-color css
<style>
span { border-color: #62461C; }
span { border-color: rgb(98,70,28); }
td.TdClassName
{
border-color: #62461C;
}
.TagClassName
{
border-color: #62461C;
}
</style>