Shades of Dark Brown #63471C
Tints of Dark Brown #63471C
RGB
CMYK
RGB Variations
Color information
#63471C (or 0x63471C) is known color: Dark Brown. HEX triplet: 63, 47 and 1C. RGB value is (99,71,28). Sum of RGB (Red+Green+Blue) = 99+71+28=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 71 (28.12% from 255 or 35.86% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #63471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63471C is #9CB8E3. Grayscale: #4A4A4A. Windows color (decimal): -10270948 or 1853283. OLE color: 1853283.
HSL color Cylindrical-coordinate representation of color #63471C: hue angle of 36.34º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63471C is Cyan = 0, Magento = 0.28, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 71 | 28 | - |
| CMYK | 0 | 0.28 | 0.72 | 0.61 |
| HSL | 36.34º | 0.56% | 0.25% | - |
| HSV(B) | 36.34º | 0.72% | 0.39% | - |
| XYZ | 7.61 | 7.24 | 2.1 | - |
| YUV | 74.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 71 | 28 | 0 | 0.28 | 0.72 | 0.61 | 36.34 | 0.56 | 0.25 |
| Hex | 63 | 47 | 1C | 0 | 1C | 48 | 3D | 24 | 38 | 19 |
| Octal | 143 | 107 | 34 | 0 | 34 | 110 | 75 | 44 | 70 | 31 |
| Binary | 1100011 | 1000111 | 11100 | 0 | 11100 | 1001000 | 111101 | 100100 | 111000 | 11001 |
Color Harmonies of #63471C
Complementary color
Monochromatic Colors of #63471C
Black with #63471C
Text Example
Text Example
White with #63471C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63471C; }
p { color: rgb(99,71,28); }
H1.HeaderClassName
{
color: #63471C;
}
.AnyTagClassName
{
color: #63471C;
}
</style>
background-color css
<style>
a { background-color: #63471C; }
a { background-color: rgb(99,71,28); }
div.DivClassName
{
background-color: #63471C;
}
.BgClassName
{
background-color: #63471C;
}
</style>
border-color css
<style>
span { border-color: #63471C; }
span { border-color: rgb(99,71,28); }
td.TdClassName
{
border-color: #63471C;
}
.TagClassName
{
border-color: #63471C;
}
</style>