Shades of Dark Brown #644112
Tints of Dark Brown #644112
RGB
CMYK
RGB Variations
Color information
#644112 (or 0x644112) is known color: Dark Brown. HEX triplet: 64, 41 and 12. RGB value is (100,65,18). Sum of RGB (Red+Green+Blue) = 100+65+18=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 18 (7.42% from 255 or 9.84% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #644112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644112 is #9BBEED. Grayscale: #464646. Windows color (decimal): -10206958 or 1196388. OLE color: 1196388.
HSL color Cylindrical-coordinate representation of color #644112: hue angle of 34.39º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #644112 is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 65 | 18 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.61 |
| HSL | 34.39º | 0.69% | 0.23% | - |
| HSV(B) | 34.39º | 0.82% | 0.39% | - |
| XYZ | 7.26 | 6.53 | 1.45 | - |
| YUV | 70.11 | 98.6 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 65 | 18 | 0 | 0.35 | 0.82 | 0.61 | 34.39 | 0.69 | 0.23 |
| Hex | 64 | 41 | 12 | 0 | 23 | 52 | 3D | 22 | 45 | 17 |
| Octal | 144 | 101 | 22 | 0 | 43 | 122 | 75 | 42 | 105 | 27 |
| Binary | 1100100 | 1000001 | 10010 | 0 | 100011 | 1010010 | 111101 | 100010 | 1000101 | 10111 |
Color Harmonies of #644112
Complementary color
Monochromatic Colors of #644112
Black with #644112
Text Example
Text Example
White with #644112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #644112; }
p { color: rgb(100,65,18); }
H1.HeaderClassName
{
color: #644112;
}
.AnyTagClassName
{
color: #644112;
}
</style>
background-color css
<style>
a { background-color: #644112; }
a { background-color: rgb(100,65,18); }
div.DivClassName
{
background-color: #644112;
}
.BgClassName
{
background-color: #644112;
}
</style>
border-color css
<style>
span { border-color: #644112; }
span { border-color: rgb(100,65,18); }
td.TdClassName
{
border-color: #644112;
}
.TagClassName
{
border-color: #644112;
}
</style>