Shades of Dark Brown #64481B
Tints of Dark Brown #64481B
RGB
CMYK
RGB Variations
Color information
#64481B (or 0x64481B) is known color: Dark Brown. HEX triplet: 64, 48 and 1B. RGB value is (100,72,27). Sum of RGB (Red+Green+Blue) = 100+72+27=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 27 (10.94% from 255 or 13.57% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #64481B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64481B is #9BB7E4. Grayscale: #4B4B4B. Windows color (decimal): -10205157 or 1788004. OLE color: 1788004.
HSL color Cylindrical-coordinate representation of color #64481B: hue angle of 36.99º 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 #64481B is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 72 | 27 | - |
| CMYK | 0 | 0.28 | 0.73 | 0.61 |
| HSL | 36.99º | 0.57% | 0.25% | - |
| HSV(B) | 36.99º | 0.73% | 0.39% | - |
| XYZ | 7.77 | 7.42 | 2.06 | - |
| YUV | 75.24 | 100.78 | 145.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 27 | 0 | 0.28 | 0.73 | 0.61 | 36.99 | 0.57 | 0.25 |
| Hex | 64 | 48 | 1B | 0 | 1C | 49 | 3D | 25 | 39 | 19 |
| Octal | 144 | 110 | 33 | 0 | 34 | 111 | 75 | 45 | 71 | 31 |
| Binary | 1100100 | 1001000 | 11011 | 0 | 11100 | 1001001 | 111101 | 100101 | 111001 | 11001 |
Color Harmonies of #64481B
Complementary color
Monochromatic Colors of #64481B
Black with #64481B
Text Example
Text Example
White with #64481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64481B; }
p { color: rgb(100,72,27); }
H1.HeaderClassName
{
color: #64481B;
}
.AnyTagClassName
{
color: #64481B;
}
</style>
background-color css
<style>
a { background-color: #64481B; }
a { background-color: rgb(100,72,27); }
div.DivClassName
{
background-color: #64481B;
}
.BgClassName
{
background-color: #64481B;
}
</style>
border-color css
<style>
span { border-color: #64481B; }
span { border-color: rgb(100,72,27); }
td.TdClassName
{
border-color: #64481B;
}
.TagClassName
{
border-color: #64481B;
}
</style>