Shades of Dark Brown #63421A
Tints of Dark Brown #63421A
RGB
CMYK
RGB Variations
Color information
#63421A (or 0x63421A) is known color: Dark Brown. HEX triplet: 63, 42 and 1A. RGB value is (99,66,26). Sum of RGB (Red+Green+Blue) = 99+66+26=191 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.83% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 99 - color contains mainly: red. Hex color #63421A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63421A is #9CBDE5. Grayscale: #474747. Windows color (decimal): -10272230 or 1720931. OLE color: 1720931.
HSL color Cylindrical-coordinate representation of color #63421A: hue angle of 32.88º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #63421A is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 66 | 26 | - |
| CMYK | 0 | 0.33 | 0.74 | 0.61 |
| HSL | 32.88º | 0.58% | 0.25% | - |
| HSV(B) | 32.88º | 0.74% | 0.39% | - |
| XYZ | 7.28 | 6.62 | 1.87 | - |
| YUV | 71.31 | 102.43 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 66 | 26 | 0 | 0.33 | 0.74 | 0.61 | 32.88 | 0.58 | 0.25 |
| Hex | 63 | 42 | 1A | 0 | 21 | 4A | 3D | 21 | 3A | 19 |
| Octal | 143 | 102 | 32 | 0 | 41 | 112 | 75 | 41 | 72 | 31 |
| Binary | 1100011 | 1000010 | 11010 | 0 | 100001 | 1001010 | 111101 | 100001 | 111010 | 11001 |
Color Harmonies of #63421A
Complementary color
Monochromatic Colors of #63421A
Black with #63421A
Text Example
Text Example
White with #63421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63421A; }
p { color: rgb(99,66,26); }
H1.HeaderClassName
{
color: #63421A;
}
.AnyTagClassName
{
color: #63421A;
}
</style>
background-color css
<style>
a { background-color: #63421A; }
a { background-color: rgb(99,66,26); }
div.DivClassName
{
background-color: #63421A;
}
.BgClassName
{
background-color: #63421A;
}
</style>
border-color css
<style>
span { border-color: #63421A; }
span { border-color: rgb(99,66,26); }
td.TdClassName
{
border-color: #63421A;
}
.TagClassName
{
border-color: #63421A;
}
</style>