Shades of Very Dark Brown #62463C
Tints of Very Dark Brown #62463C
RGB
CMYK
RGB Variations
Color information
#62463C (or 0x62463C) is known color: Very Dark Brown. HEX triplet: 62, 46 and 3C. RGB value is (98,70,60). Sum of RGB (Red+Green+Blue) = 98+70+60=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 70 (27.73% from 255 or 30.70% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 98 - color contains mainly: red. Hex color #62463C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62463C is #9DB9C3. Grayscale: #4D4D4D. Windows color (decimal): -10336708 or 3950178. OLE color: 3950178.
HSL color Cylindrical-coordinate representation of color #62463C: hue angle of 15.79º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #62463C is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 70 | 60 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.62 |
| HSL | 15.79º | 0.24% | 0.31% | - |
| HSV(B) | 15.79º | 0.39% | 0.38% | - |
| XYZ | 8.04 | 7.3 | 5.26 | - |
| YUV | 77.23 | 118.28 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 60 | 0 | 0.29 | 0.39 | 0.62 | 15.79 | 0.24 | 0.31 |
| Hex | 62 | 46 | 3C | 0 | 1D | 27 | 3E | 10 | 18 | 1F |
| Octal | 142 | 106 | 74 | 0 | 35 | 47 | 76 | 20 | 30 | 37 |
| Binary | 1100010 | 1000110 | 111100 | 0 | 11101 | 100111 | 111110 | 10000 | 11000 | 11111 |
Color Harmonies of #62463C
Complementary color
Monochromatic Colors of #62463C
Black with #62463C
Text Example
Text Example
White with #62463C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62463C; }
p { color: rgb(98,70,60); }
H1.HeaderClassName
{
color: #62463C;
}
.AnyTagClassName
{
color: #62463C;
}
</style>
background-color css
<style>
a { background-color: #62463C; }
a { background-color: rgb(98,70,60); }
div.DivClassName
{
background-color: #62463C;
}
.BgClassName
{
background-color: #62463C;
}
</style>
border-color css
<style>
span { border-color: #62463C; }
span { border-color: rgb(98,70,60); }
td.TdClassName
{
border-color: #62463C;
}
.TagClassName
{
border-color: #62463C;
}
</style>