Shades of Dark Brown #64441B
Tints of Dark Brown #64441B
RGB
CMYK
RGB Variations
Color information
#64441B (or 0x64441B) is known color: Dark Brown. HEX triplet: 64, 44 and 1B. RGB value is (100,68,27). Sum of RGB (Red+Green+Blue) = 100+68+27=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64441B is #9BBBE4. Grayscale: #494949. Windows color (decimal): -10206181 or 1786980. OLE color: 1786980.
HSL color Cylindrical-coordinate representation of color #64441B: hue angle of 33.7º 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 #64441B is Cyan = 0, Magento = 0.32, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 68 | 27 | - |
| CMYK | 0 | 0.32 | 0.73 | 0.61 |
| HSL | 33.7º | 0.57% | 0.25% | - |
| HSV(B) | 33.7º | 0.73% | 0.39% | - |
| XYZ | 7.52 | 6.92 | 1.98 | - |
| YUV | 72.89 | 102.1 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 68 | 27 | 0 | 0.32 | 0.73 | 0.61 | 33.7 | 0.57 | 0.25 |
| Hex | 64 | 44 | 1B | 0 | 20 | 49 | 3D | 22 | 39 | 19 |
| Octal | 144 | 104 | 33 | 0 | 40 | 111 | 75 | 42 | 71 | 31 |
| Binary | 1100100 | 1000100 | 11011 | 0 | 100000 | 1001001 | 111101 | 100010 | 111001 | 11001 |
Color Harmonies of #64441B
Complementary color
Monochromatic Colors of #64441B
Black with #64441B
Text Example
Text Example
White with #64441B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64441B; }
p { color: rgb(100,68,27); }
H1.HeaderClassName
{
color: #64441B;
}
.AnyTagClassName
{
color: #64441B;
}
</style>
background-color css
<style>
a { background-color: #64441B; }
a { background-color: rgb(100,68,27); }
div.DivClassName
{
background-color: #64441B;
}
.BgClassName
{
background-color: #64441B;
}
</style>
border-color css
<style>
span { border-color: #64441B; }
span { border-color: rgb(100,68,27); }
td.TdClassName
{
border-color: #64441B;
}
.TagClassName
{
border-color: #64441B;
}
</style>