Shades of Dark Brown #63401F
Tints of Dark Brown #63401F
RGB
CMYK
RGB Variations
Color information
#63401F (or 0x63401F) is known color: Dark Brown. HEX triplet: 63, 40 and 1F. RGB value is (99,64,31). Sum of RGB (Red+Green+Blue) = 99+64+31=194 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.03% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 99 - color contains mainly: red. Hex color #63401F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63401F is #9CBFE0. Grayscale: #464646. Windows color (decimal): -10272737 or 2048099. OLE color: 2048099.
HSL color Cylindrical-coordinate representation of color #63401F: hue angle of 29.12º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #63401F is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 64 | 31 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.61 |
| HSL | 29.12º | 0.52% | 0.25% | - |
| HSV(B) | 29.12º | 0.69% | 0.39% | - |
| XYZ | 7.23 | 6.42 | 2.15 | - |
| YUV | 70.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 64 | 31 | 0 | 0.35 | 0.69 | 0.61 | 29.12 | 0.52 | 0.25 |
| Hex | 63 | 40 | 1F | 0 | 23 | 45 | 3D | 1D | 34 | 19 |
| Octal | 143 | 100 | 37 | 0 | 43 | 105 | 75 | 35 | 64 | 31 |
| Binary | 1100011 | 1000000 | 11111 | 0 | 100011 | 1000101 | 111101 | 11101 | 110100 | 11001 |
Color Harmonies of #63401F
Complementary color
Monochromatic Colors of #63401F
Black with #63401F
Text Example
Text Example
White with #63401F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63401F; }
p { color: rgb(99,64,31); }
H1.HeaderClassName
{
color: #63401F;
}
.AnyTagClassName
{
color: #63401F;
}
</style>
background-color css
<style>
a { background-color: #63401F; }
a { background-color: rgb(99,64,31); }
div.DivClassName
{
background-color: #63401F;
}
.BgClassName
{
background-color: #63401F;
}
</style>
border-color css
<style>
span { border-color: #63401F; }
span { border-color: rgb(99,64,31); }
td.TdClassName
{
border-color: #63401F;
}
.TagClassName
{
border-color: #63401F;
}
</style>