Shades of Dark Brown #64451C
Tints of Dark Brown #64451C
RGB
CMYK
RGB Variations
Color information
#64451C (or 0x64451C) is known color: Dark Brown. HEX triplet: 64, 45 and 1C. RGB value is (100,69,28). Sum of RGB (Red+Green+Blue) = 100+69+28=197 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.76% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 100 - color contains mainly: red. Hex color #64451C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64451C is #9BBAE3. Grayscale: #494949. Windows color (decimal): -10205924 or 1852772. OLE color: 1852772.
HSL color Cylindrical-coordinate representation of color #64451C: hue angle of 34.17º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64451C is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 69 | 28 | - |
| CMYK | 0 | 0.31 | 0.72 | 0.61 |
| HSL | 34.17º | 0.56% | 0.25% | - |
| HSV(B) | 34.17º | 0.72% | 0.39% | - |
| XYZ | 7.59 | 7.05 | 2.06 | - |
| YUV | 73.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 69 | 28 | 0 | 0.31 | 0.72 | 0.61 | 34.17 | 0.56 | 0.25 |
| Hex | 64 | 45 | 1C | 0 | 1F | 48 | 3D | 22 | 38 | 19 |
| Octal | 144 | 105 | 34 | 0 | 37 | 110 | 75 | 42 | 70 | 31 |
| Binary | 1100100 | 1000101 | 11100 | 0 | 11111 | 1001000 | 111101 | 100010 | 111000 | 11001 |
Color Harmonies of #64451C
Complementary color
Monochromatic Colors of #64451C
Black with #64451C
Text Example
Text Example
White with #64451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64451C; }
p { color: rgb(100,69,28); }
H1.HeaderClassName
{
color: #64451C;
}
.AnyTagClassName
{
color: #64451C;
}
</style>
background-color css
<style>
a { background-color: #64451C; }
a { background-color: rgb(100,69,28); }
div.DivClassName
{
background-color: #64451C;
}
.BgClassName
{
background-color: #64451C;
}
</style>
border-color css
<style>
span { border-color: #64451C; }
span { border-color: rgb(100,69,28); }
td.TdClassName
{
border-color: #64451C;
}
.TagClassName
{
border-color: #64451C;
}
</style>