Shades of Dark Brown #62441C
Tints of Dark Brown #62441C
RGB
CMYK
RGB Variations
Color information
#62441C (or 0x62441C) is known color: Dark Brown. HEX triplet: 62, 44 and 1C. RGB value is (98,68,28). Sum of RGB (Red+Green+Blue) = 98+68+28=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #62441C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62441C is #9DBBE3. Grayscale: #484848. Windows color (decimal): -10337252 or 1852514. OLE color: 1852514.
HSL color Cylindrical-coordinate representation of color #62441C: hue angle of 34.29º 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 #62441C is Cyan = 0, Magento = 0.31, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 68 | 28 | - |
| CMYK | 0 | 0.31 | 0.71 | 0.62 |
| HSL | 34.29º | 0.56% | 0.25% | - |
| HSV(B) | 34.29º | 0.71% | 0.38% | - |
| XYZ | 7.31 | 6.81 | 2.03 | - |
| YUV | 72.41 | 102.94 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 68 | 28 | 0 | 0.31 | 0.71 | 0.62 | 34.29 | 0.56 | 0.25 |
| Hex | 62 | 44 | 1C | 0 | 1F | 47 | 3E | 22 | 38 | 19 |
| Octal | 142 | 104 | 34 | 0 | 37 | 107 | 76 | 42 | 70 | 31 |
| Binary | 1100010 | 1000100 | 11100 | 0 | 11111 | 1000111 | 111110 | 100010 | 111000 | 11001 |
Color Harmonies of #62441C
Complementary color
Monochromatic Colors of #62441C
Black with #62441C
Text Example
Text Example
White with #62441C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62441C; }
p { color: rgb(98,68,28); }
H1.HeaderClassName
{
color: #62441C;
}
.AnyTagClassName
{
color: #62441C;
}
</style>
background-color css
<style>
a { background-color: #62441C; }
a { background-color: rgb(98,68,28); }
div.DivClassName
{
background-color: #62441C;
}
.BgClassName
{
background-color: #62441C;
}
</style>
border-color css
<style>
span { border-color: #62441C; }
span { border-color: rgb(98,68,28); }
td.TdClassName
{
border-color: #62441C;
}
.TagClassName
{
border-color: #62441C;
}
</style>