Shades of Dark Brown #624114
Tints of Dark Brown #624114
RGB
CMYK
RGB Variations
Color information
#624114 (or 0x624114) is known color: Dark Brown. HEX triplet: 62, 41 and 14. RGB value is (98,65,20). Sum of RGB (Red+Green+Blue) = 98+65+20=183 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.55% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 98 - color contains mainly: red. Hex color #624114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624114 is #9DBEEB. Grayscale: #454545. Windows color (decimal): -10338028 or 1327458. OLE color: 1327458.
HSL color Cylindrical-coordinate representation of color #624114: hue angle of 34.62º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #624114 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 65 | 20 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.62 |
| HSL | 34.62º | 0.66% | 0.23% | - |
| HSV(B) | 34.62º | 0.8% | 0.38% | - |
| XYZ | 7.05 | 6.43 | 1.53 | - |
| YUV | 69.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 65 | 20 | 0 | 0.34 | 0.80 | 0.62 | 34.62 | 0.66 | 0.23 |
| Hex | 62 | 41 | 14 | 0 | 22 | 50 | 3E | 23 | 42 | 17 |
| Octal | 142 | 101 | 24 | 0 | 42 | 120 | 76 | 43 | 102 | 27 |
| Binary | 1100010 | 1000001 | 10100 | 0 | 100010 | 1010000 | 111110 | 100011 | 1000010 | 10111 |
Color Harmonies of #624114
Complementary color
Monochromatic Colors of #624114
Black with #624114
Text Example
Text Example
White with #624114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624114; }
p { color: rgb(98,65,20); }
H1.HeaderClassName
{
color: #624114;
}
.AnyTagClassName
{
color: #624114;
}
</style>
background-color css
<style>
a { background-color: #624114; }
a { background-color: rgb(98,65,20); }
div.DivClassName
{
background-color: #624114;
}
.BgClassName
{
background-color: #624114;
}
</style>
border-color css
<style>
span { border-color: #624114; }
span { border-color: rgb(98,65,20); }
td.TdClassName
{
border-color: #624114;
}
.TagClassName
{
border-color: #624114;
}
</style>