Shades of Dark Brown #643C1F
Tints of Dark Brown #643C1F
RGB
CMYK
RGB Variations
Color information
#643C1F (or 0x643C1F) is known color: Dark Brown. HEX triplet: 64, 3C and 1F. RGB value is (100,60,31). Sum of RGB (Red+Green+Blue) = 100+60+31=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 60 (23.83% from 255 or 31.41% from 191); Blue value is 31 (12.5% from 255 or 16.23% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #643C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C1F is #9BC3E0. Grayscale: #444444. Windows color (decimal): -10208225 or 2047076. OLE color: 2047076.
HSL color Cylindrical-coordinate representation of color #643C1F: hue angle of 25.22º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #643C1F is Cyan = 0, Magento = 0.4, Yellow = 0.69 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 31 | - |
| CMYK | 0 | 0.4 | 0.69 | 0.61 |
| HSL | 25.22º | 0.53% | 0.26% | - |
| HSV(B) | 25.22º | 0.69% | 0.39% | - |
| XYZ | 7.12 | 6.04 | 2.09 | - |
| YUV | 68.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 31 | 0 | 0.4 | 0.69 | 0.61 | 25.22 | 0.53 | 0.26 |
| Hex | 64 | 3C | 1F | 0 | 28 | 45 | 3D | 19 | 35 | 1A |
| Octal | 144 | 74 | 37 | 0 | 50 | 105 | 75 | 31 | 65 | 32 |
| Binary | 1100100 | 111100 | 11111 | 0 | 101000 | 1000101 | 111101 | 11001 | 110101 | 11010 |
Color Harmonies of #643C1F
Complementary color
Monochromatic Colors of #643C1F
Black with #643C1F
Text Example
Text Example
White with #643C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C1F; }
p { color: rgb(100,60,31); }
H1.HeaderClassName
{
color: #643C1F;
}
.AnyTagClassName
{
color: #643C1F;
}
</style>
background-color css
<style>
a { background-color: #643C1F; }
a { background-color: rgb(100,60,31); }
div.DivClassName
{
background-color: #643C1F;
}
.BgClassName
{
background-color: #643C1F;
}
</style>
border-color css
<style>
span { border-color: #643C1F; }
span { border-color: rgb(100,60,31); }
td.TdClassName
{
border-color: #643C1F;
}
.TagClassName
{
border-color: #643C1F;
}
</style>