Shades of Dark Brown #64481D
Tints of Dark Brown #64481D
RGB
CMYK
RGB Variations
Color information
#64481D (or 0x64481D) is known color: Dark Brown. HEX triplet: 64, 48 and 1D. RGB value is (100,72,29). Sum of RGB (Red+Green+Blue) = 100+72+29=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 72 (28.52% from 255 or 35.82% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #64481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64481D is #9BB7E2. Grayscale: #4B4B4B. Windows color (decimal): -10205155 or 1919076. OLE color: 1919076.
HSL color Cylindrical-coordinate representation of color #64481D: hue angle of 36.34º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64481D is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 72 | 29 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.61 |
| HSL | 36.34º | 0.55% | 0.25% | - |
| HSV(B) | 36.34º | 0.71% | 0.39% | - |
| XYZ | 7.79 | 7.43 | 2.19 | - |
| YUV | 75.47 | 101.78 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 72 | 29 | 0 | 0.28 | 0.71 | 0.61 | 36.34 | 0.55 | 0.25 |
| Hex | 64 | 48 | 1D | 0 | 1C | 47 | 3D | 24 | 37 | 19 |
| Octal | 144 | 110 | 35 | 0 | 34 | 107 | 75 | 44 | 67 | 31 |
| Binary | 1100100 | 1001000 | 11101 | 0 | 11100 | 1000111 | 111101 | 100100 | 110111 | 11001 |
Color Harmonies of #64481D
Complementary color
Monochromatic Colors of #64481D
Black with #64481D
Text Example
Text Example
White with #64481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64481D; }
p { color: rgb(100,72,29); }
H1.HeaderClassName
{
color: #64481D;
}
.AnyTagClassName
{
color: #64481D;
}
</style>
background-color css
<style>
a { background-color: #64481D; }
a { background-color: rgb(100,72,29); }
div.DivClassName
{
background-color: #64481D;
}
.BgClassName
{
background-color: #64481D;
}
</style>
border-color css
<style>
span { border-color: #64481D; }
span { border-color: rgb(100,72,29); }
td.TdClassName
{
border-color: #64481D;
}
.TagClassName
{
border-color: #64481D;
}
</style>