Shades of Dark Brown #643E0F
Tints of Dark Brown #643E0F
RGB
CMYK
RGB Variations
Color information
#643E0F (or 0x643E0F) is known color: Dark Brown. HEX triplet: 64, 3E and 0F. RGB value is (100,62,15). Sum of RGB (Red+Green+Blue) = 100+62+15=177 (23% of max value = 765). Red value is 100 (39.45% from 255 or 56.50% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 100 - color contains mainly: red. Hex color #643E0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643E0F is #9BC1F0. Grayscale: #444444. Windows color (decimal): -10207729 or 999012. OLE color: 999012.
HSL color Cylindrical-coordinate representation of color #643E0F: hue angle of 33.18º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #643E0F is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 62 | 15 | - |
| CMYK | 0 | 0.38 | 0.85 | 0.61 |
| HSL | 33.18º | 0.74% | 0.23% | - |
| HSV(B) | 33.18º | 0.85% | 0.39% | - |
| XYZ | 7.06 | 6.19 | 1.27 | - |
| YUV | 68 | 98.09 | 150.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 62 | 15 | 0 | 0.38 | 0.85 | 0.61 | 33.18 | 0.74 | 0.23 |
| Hex | 64 | 3E | F | 0 | 26 | 55 | 3D | 21 | 4A | 17 |
| Octal | 144 | 76 | 17 | 0 | 46 | 125 | 75 | 41 | 112 | 27 |
| Binary | 1100100 | 111110 | 1111 | 0 | 100110 | 1010101 | 111101 | 100001 | 1001010 | 10111 |
Color Harmonies of #643E0F
Complementary color
Monochromatic Colors of #643E0F
Black with #643E0F
Text Example
Text Example
White with #643E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643E0F; }
p { color: rgb(100,62,15); }
H1.HeaderClassName
{
color: #643E0F;
}
.AnyTagClassName
{
color: #643E0F;
}
</style>
background-color css
<style>
a { background-color: #643E0F; }
a { background-color: rgb(100,62,15); }
div.DivClassName
{
background-color: #643E0F;
}
.BgClassName
{
background-color: #643E0F;
}
</style>
border-color css
<style>
span { border-color: #643E0F; }
span { border-color: rgb(100,62,15); }
td.TdClassName
{
border-color: #643E0F;
}
.TagClassName
{
border-color: #643E0F;
}
</style>