Shades of Dark Brown #643F1B
Tints of Dark Brown #643F1B
RGB
CMYK
RGB Variations
Color information
#643F1B (or 0x643F1B) is known color: Dark Brown. HEX triplet: 64, 3F and 1B. RGB value is (100,63,27). Sum of RGB (Red+Green+Blue) = 100+63+27=190 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.63% from 190); Green value is 63 (25% from 255 or 33.16% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 100 - color contains mainly: red. Hex color #643F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643F1B is #9BC0E4. Grayscale: #464646. Windows color (decimal): -10207461 or 1785700. OLE color: 1785700.
HSL color Cylindrical-coordinate representation of color #643F1B: hue angle of 29.59º 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 #643F1B is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 63 | 27 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.61 |
| HSL | 29.59º | 0.57% | 0.25% | - |
| HSV(B) | 29.59º | 0.73% | 0.39% | - |
| XYZ | 7.23 | 6.34 | 1.88 | - |
| YUV | 69.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 63 | 27 | 0 | 0.37 | 0.73 | 0.61 | 29.59 | 0.57 | 0.25 |
| Hex | 64 | 3F | 1B | 0 | 25 | 49 | 3D | 1E | 39 | 19 |
| Octal | 144 | 77 | 33 | 0 | 45 | 111 | 75 | 36 | 71 | 31 |
| Binary | 1100100 | 111111 | 11011 | 0 | 100101 | 1001001 | 111101 | 11110 | 111001 | 11001 |
Color Harmonies of #643F1B
Complementary color
Monochromatic Colors of #643F1B
Black with #643F1B
Text Example
Text Example
White with #643F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643F1B; }
p { color: rgb(100,63,27); }
H1.HeaderClassName
{
color: #643F1B;
}
.AnyTagClassName
{
color: #643F1B;
}
</style>
background-color css
<style>
a { background-color: #643F1B; }
a { background-color: rgb(100,63,27); }
div.DivClassName
{
background-color: #643F1B;
}
.BgClassName
{
background-color: #643F1B;
}
</style>
border-color css
<style>
span { border-color: #643F1B; }
span { border-color: rgb(100,63,27); }
td.TdClassName
{
border-color: #643F1B;
}
.TagClassName
{
border-color: #643F1B;
}
</style>