Shades of Dark Brown #64451B
Tints of Dark Brown #64451B
RGB
CMYK
RGB Variations
Color information
#64451B (or 0x64451B) is known color: Dark Brown. HEX triplet: 64, 45 and 1B. RGB value is (100,69,27). Sum of RGB (Red+Green+Blue) = 100+69+27=196 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.02% from 196); Green value is 69 (27.34% from 255 or 35.20% from 196); Blue value is 27 (10.94% from 255 or 13.78% from 196); Max value from RGB is 100 - color contains mainly: red. Hex color #64451B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64451B is #9BBAE4. Grayscale: #494949. Windows color (decimal): -10205925 or 1787236. OLE color: 1787236.
HSL color Cylindrical-coordinate representation of color #64451B: hue angle of 34.52º 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 #64451B is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 27 | - |
| CMYK | 0 | 0.31 | 0.73 | 0.61 |
| HSL | 34.52º | 0.57% | 0.25% | - |
| HSV(B) | 34.52º | 0.73% | 0.39% | - |
| XYZ | 7.58 | 7.04 | 2 | - |
| YUV | 73.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 27 | 0 | 0.31 | 0.73 | 0.61 | 34.52 | 0.57 | 0.25 |
| Hex | 64 | 45 | 1B | 0 | 1F | 49 | 3D | 23 | 39 | 19 |
| Octal | 144 | 105 | 33 | 0 | 37 | 111 | 75 | 43 | 71 | 31 |
| Binary | 1100100 | 1000101 | 11011 | 0 | 11111 | 1001001 | 111101 | 100011 | 111001 | 11001 |
Color Harmonies of #64451B
Complementary color
Monochromatic Colors of #64451B
Black with #64451B
Text Example
Text Example
White with #64451B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64451B; }
p { color: rgb(100,69,27); }
H1.HeaderClassName
{
color: #64451B;
}
.AnyTagClassName
{
color: #64451B;
}
</style>
background-color css
<style>
a { background-color: #64451B; }
a { background-color: rgb(100,69,27); }
div.DivClassName
{
background-color: #64451B;
}
.BgClassName
{
background-color: #64451B;
}
</style>
border-color css
<style>
span { border-color: #64451B; }
span { border-color: rgb(100,69,27); }
td.TdClassName
{
border-color: #64451B;
}
.TagClassName
{
border-color: #64451B;
}
</style>