Shades of Dark Brown #63411D
Tints of Dark Brown #63411D
RGB
CMYK
RGB Variations
Color information
#63411D (or 0x63411D) is known color: Dark Brown. HEX triplet: 63, 41 and 1D. RGB value is (99,65,29). Sum of RGB (Red+Green+Blue) = 99+65+29=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 29 (11.72% from 255 or 15.03% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63411D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63411D is #9CBEE2. Grayscale: #474747. Windows color (decimal): -10272483 or 1917283. OLE color: 1917283.
HSL color Cylindrical-coordinate representation of color #63411D: hue angle of 30.86º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #63411D is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 65 | 29 | - |
| CMYK | 0 | 0.34 | 0.71 | 0.61 |
| HSL | 30.86º | 0.55% | 0.25% | - |
| HSV(B) | 30.86º | 0.71% | 0.39% | - |
| XYZ | 7.26 | 6.52 | 2.04 | - |
| YUV | 71.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 65 | 29 | 0 | 0.34 | 0.71 | 0.61 | 30.86 | 0.55 | 0.25 |
| Hex | 63 | 41 | 1D | 0 | 22 | 47 | 3D | 1F | 37 | 19 |
| Octal | 143 | 101 | 35 | 0 | 42 | 107 | 75 | 37 | 67 | 31 |
| Binary | 1100011 | 1000001 | 11101 | 0 | 100010 | 1000111 | 111101 | 11111 | 110111 | 11001 |
Color Harmonies of #63411D
Complementary color
Monochromatic Colors of #63411D
Black with #63411D
Text Example
Text Example
White with #63411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63411D; }
p { color: rgb(99,65,29); }
H1.HeaderClassName
{
color: #63411D;
}
.AnyTagClassName
{
color: #63411D;
}
</style>
background-color css
<style>
a { background-color: #63411D; }
a { background-color: rgb(99,65,29); }
div.DivClassName
{
background-color: #63411D;
}
.BgClassName
{
background-color: #63411D;
}
</style>
border-color css
<style>
span { border-color: #63411D; }
span { border-color: rgb(99,65,29); }
td.TdClassName
{
border-color: #63411D;
}
.TagClassName
{
border-color: #63411D;
}
</style>