Shades of Dark Brown #64471D
Tints of Dark Brown #64471D
RGB
CMYK
RGB Variations
Color information
#64471D (or 0x64471D) is known color: Dark Brown. HEX triplet: 64, 47 and 1D. RGB value is (100,71,29). Sum of RGB (Red+Green+Blue) = 100+71+29=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 71 (28.12% from 255 or 35.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #64471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64471D is #9BB8E2. Grayscale: #4B4B4B. Windows color (decimal): -10205411 or 1918820. OLE color: 1918820.
HSL color Cylindrical-coordinate representation of color #64471D: hue angle of 35.49º 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 #64471D is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 71 | 29 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.61 |
| HSL | 35.49º | 0.55% | 0.25% | - |
| HSV(B) | 35.49º | 0.71% | 0.39% | - |
| XYZ | 7.73 | 7.3 | 2.16 | - |
| YUV | 74.88 | 102.11 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 71 | 29 | 0 | 0.29 | 0.71 | 0.61 | 35.49 | 0.55 | 0.25 |
| Hex | 64 | 47 | 1D | 0 | 1D | 47 | 3D | 23 | 37 | 19 |
| Octal | 144 | 107 | 35 | 0 | 35 | 107 | 75 | 43 | 67 | 31 |
| Binary | 1100100 | 1000111 | 11101 | 0 | 11101 | 1000111 | 111101 | 100011 | 110111 | 11001 |
Color Harmonies of #64471D
Complementary color
Monochromatic Colors of #64471D
Black with #64471D
Text Example
Text Example
White with #64471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64471D; }
p { color: rgb(100,71,29); }
H1.HeaderClassName
{
color: #64471D;
}
.AnyTagClassName
{
color: #64471D;
}
</style>
background-color css
<style>
a { background-color: #64471D; }
a { background-color: rgb(100,71,29); }
div.DivClassName
{
background-color: #64471D;
}
.BgClassName
{
background-color: #64471D;
}
</style>
border-color css
<style>
span { border-color: #64471D; }
span { border-color: rgb(100,71,29); }
td.TdClassName
{
border-color: #64471D;
}
.TagClassName
{
border-color: #64471D;
}
</style>