Shades of Dark Brown #64401B
Tints of Dark Brown #64401B
RGB
CMYK
RGB Variations
Color information
#64401B (or 0x64401B) is known color: Dark Brown. HEX triplet: 64, 40 and 1B. RGB value is (100,64,27). Sum of RGB (Red+Green+Blue) = 100+64+27=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 64 (25.39% from 255 or 33.51% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #64401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64401B is #9BBFE4. Grayscale: #464646. Windows color (decimal): -10207205 or 1785956. OLE color: 1785956.
HSL color Cylindrical-coordinate representation of color #64401B: hue angle of 30.41º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64401B is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 64 | 27 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.61 |
| HSL | 30.41º | 0.57% | 0.25% | - |
| HSV(B) | 30.41º | 0.73% | 0.39% | - |
| XYZ | 7.29 | 6.46 | 1.9 | - |
| YUV | 70.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 64 | 27 | 0 | 0.36 | 0.73 | 0.61 | 30.41 | 0.57 | 0.25 |
| Hex | 64 | 40 | 1B | 0 | 24 | 49 | 3D | 1E | 39 | 19 |
| Octal | 144 | 100 | 33 | 0 | 44 | 111 | 75 | 36 | 71 | 31 |
| Binary | 1100100 | 1000000 | 11011 | 0 | 100100 | 1001001 | 111101 | 11110 | 111001 | 11001 |
Color Harmonies of #64401B
Complementary color
Monochromatic Colors of #64401B
Black with #64401B
Text Example
Text Example
White with #64401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64401B; }
p { color: rgb(100,64,27); }
H1.HeaderClassName
{
color: #64401B;
}
.AnyTagClassName
{
color: #64401B;
}
</style>
background-color css
<style>
a { background-color: #64401B; }
a { background-color: rgb(100,64,27); }
div.DivClassName
{
background-color: #64401B;
}
.BgClassName
{
background-color: #64401B;
}
</style>
border-color css
<style>
span { border-color: #64401B; }
span { border-color: rgb(100,64,27); }
td.TdClassName
{
border-color: #64401B;
}
.TagClassName
{
border-color: #64401B;
}
</style>