Shades of Dark Brown #64411F
Tints of Dark Brown #64411F
RGB
CMYK
RGB Variations
Color information
#64411F (or 0x64411F) is known color: Dark Brown. HEX triplet: 64, 41 and 1F. RGB value is (100,65,31). Sum of RGB (Red+Green+Blue) = 100+65+31=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 31 (12.5% from 255 or 15.82% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64411F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64411F is #9BBEE0. Grayscale: #474747. Windows color (decimal): -10206945 or 2048356. OLE color: 2048356.
HSL color Cylindrical-coordinate representation of color #64411F: hue angle of 29.57º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64411F is Cyan = 0, Magento = 0.35, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 31 | - |
| CMYK | 0 | 0.35 | 0.69 | 0.61 |
| HSL | 29.57º | 0.53% | 0.26% | - |
| HSV(B) | 29.57º | 0.69% | 0.39% | - |
| XYZ | 7.39 | 6.59 | 2.18 | - |
| YUV | 71.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 31 | 0 | 0.35 | 0.69 | 0.61 | 29.57 | 0.53 | 0.26 |
| Hex | 64 | 41 | 1F | 0 | 23 | 45 | 3D | 1E | 35 | 1A |
| Octal | 144 | 101 | 37 | 0 | 43 | 105 | 75 | 36 | 65 | 32 |
| Binary | 1100100 | 1000001 | 11111 | 0 | 100011 | 1000101 | 111101 | 11110 | 110101 | 11010 |
Color Harmonies of #64411F
Complementary color
Monochromatic Colors of #64411F
Black with #64411F
Text Example
Text Example
White with #64411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64411F; }
p { color: rgb(100,65,31); }
H1.HeaderClassName
{
color: #64411F;
}
.AnyTagClassName
{
color: #64411F;
}
</style>
background-color css
<style>
a { background-color: #64411F; }
a { background-color: rgb(100,65,31); }
div.DivClassName
{
background-color: #64411F;
}
.BgClassName
{
background-color: #64411F;
}
</style>
border-color css
<style>
span { border-color: #64411F; }
span { border-color: rgb(100,65,31); }
td.TdClassName
{
border-color: #64411F;
}
.TagClassName
{
border-color: #64411F;
}
</style>