Shades of Dark Brown #64461B
Tints of Dark Brown #64461B
RGB
CMYK
RGB Variations
Color information
#64461B (or 0x64461B) is known color: Dark Brown. HEX triplet: 64, 46 and 1B. RGB value is (100,70,27). Sum of RGB (Red+Green+Blue) = 100+70+27=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64461B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64461B is #9BB9E4. Grayscale: #4A4A4A. Windows color (decimal): -10205669 or 1787492. OLE color: 1787492.
HSL color Cylindrical-coordinate representation of color #64461B: hue angle of 35.34º 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 #64461B is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 70 | 27 | - |
| CMYK | 0 | 0.30 | 0.73 | 0.61 |
| HSL | 35.34º | 0.57% | 0.25% | - |
| HSV(B) | 35.34º | 0.73% | 0.39% | - |
| XYZ | 7.64 | 7.17 | 2.02 | - |
| YUV | 74.07 | 101.44 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 70 | 27 | 0 | 0.30 | 0.73 | 0.61 | 35.34 | 0.57 | 0.25 |
| Hex | 64 | 46 | 1B | 0 | 1E | 49 | 3D | 23 | 39 | 19 |
| Octal | 144 | 106 | 33 | 0 | 36 | 111 | 75 | 43 | 71 | 31 |
| Binary | 1100100 | 1000110 | 11011 | 0 | 11110 | 1001001 | 111101 | 100011 | 111001 | 11001 |
Color Harmonies of #64461B
Complementary color
Monochromatic Colors of #64461B
Black with #64461B
Text Example
Text Example
White with #64461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64461B; }
p { color: rgb(100,70,27); }
H1.HeaderClassName
{
color: #64461B;
}
.AnyTagClassName
{
color: #64461B;
}
</style>
background-color css
<style>
a { background-color: #64461B; }
a { background-color: rgb(100,70,27); }
div.DivClassName
{
background-color: #64461B;
}
.BgClassName
{
background-color: #64461B;
}
</style>
border-color css
<style>
span { border-color: #64461B; }
span { border-color: rgb(100,70,27); }
td.TdClassName
{
border-color: #64461B;
}
.TagClassName
{
border-color: #64461B;
}
</style>