Shades of Very Dark Brown #62463A
Tints of Very Dark Brown #62463A
RGB
CMYK
RGB Variations
Color information
#62463A (or 0x62463A) is known color: Very Dark Brown. HEX triplet: 62, 46 and 3A. RGB value is (98,70,58). Sum of RGB (Red+Green+Blue) = 98+70+58=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #62463A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62463A is #9DB9C5. Grayscale: #4D4D4D. Windows color (decimal): -10336710 or 3819106. OLE color: 3819106.
HSL color Cylindrical-coordinate representation of color #62463A: hue angle of 18º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #62463A is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 70 | 58 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.62 |
| HSL | 18º | 0.26% | 0.31% | - |
| HSV(B) | 18º | 0.41% | 0.38% | - |
| XYZ | 7.99 | 7.28 | 4.99 | - |
| YUV | 77 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 58 | 0 | 0.29 | 0.41 | 0.62 | 18 | 0.26 | 0.31 |
| Hex | 62 | 46 | 3A | 0 | 1D | 29 | 3E | 12 | 1A | 1F |
| Octal | 142 | 106 | 72 | 0 | 35 | 51 | 76 | 22 | 32 | 37 |
| Binary | 1100010 | 1000110 | 111010 | 0 | 11101 | 101001 | 111110 | 10010 | 11010 | 11111 |
Color Harmonies of #62463A
Complementary color
Monochromatic Colors of #62463A
Black with #62463A
Text Example
Text Example
White with #62463A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62463A; }
p { color: rgb(98,70,58); }
H1.HeaderClassName
{
color: #62463A;
}
.AnyTagClassName
{
color: #62463A;
}
</style>
background-color css
<style>
a { background-color: #62463A; }
a { background-color: rgb(98,70,58); }
div.DivClassName
{
background-color: #62463A;
}
.BgClassName
{
background-color: #62463A;
}
</style>
border-color css
<style>
span { border-color: #62463A; }
span { border-color: rgb(98,70,58); }
td.TdClassName
{
border-color: #62463A;
}
.TagClassName
{
border-color: #62463A;
}
</style>