Shades of Dark Brown #643C17
Tints of Dark Brown #643C17
RGB
CMYK
RGB Variations
Color information
#643C17 (or 0x643C17) is known color: Dark Brown. HEX triplet: 64, 3C and 17. RGB value is (100,60,23). Sum of RGB (Red+Green+Blue) = 100+60+23=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #643C17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #643C17 is #9BC3E8. Grayscale: #434343. Windows color (decimal): -10208233 or 1522788. OLE color: 1522788.
HSL color Cylindrical-coordinate representation of color #643C17: hue angle of 28.83º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #643C17 is Cyan = 0, Magento = 0.4, Yellow = 0.77 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 23 | - |
| CMYK | 0 | 0.4 | 0.77 | 0.61 |
| HSL | 28.83º | 0.63% | 0.24% | - |
| HSV(B) | 28.83º | 0.77% | 0.39% | - |
| XYZ | 7.03 | 6 | 1.6 | - |
| YUV | 67.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 23 | 0 | 0.4 | 0.77 | 0.61 | 28.83 | 0.63 | 0.24 |
| Hex | 64 | 3C | 17 | 0 | 28 | 4D | 3D | 1D | 3F | 18 |
| Octal | 144 | 74 | 27 | 0 | 50 | 115 | 75 | 35 | 77 | 30 |
| Binary | 1100100 | 111100 | 10111 | 0 | 101000 | 1001101 | 111101 | 11101 | 111111 | 11000 |
Color Harmonies of #643C17
Complementary color
Monochromatic Colors of #643C17
Black with #643C17
Text Example
Text Example
White with #643C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C17; }
p { color: rgb(100,60,23); }
H1.HeaderClassName
{
color: #643C17;
}
.AnyTagClassName
{
color: #643C17;
}
</style>
background-color css
<style>
a { background-color: #643C17; }
a { background-color: rgb(100,60,23); }
div.DivClassName
{
background-color: #643C17;
}
.BgClassName
{
background-color: #643C17;
}
</style>
border-color css
<style>
span { border-color: #643C17; }
span { border-color: rgb(100,60,23); }
td.TdClassName
{
border-color: #643C17;
}
.TagClassName
{
border-color: #643C17;
}
</style>