Shades of Dark Brown #643C1C
Tints of Dark Brown #643C1C
RGB
CMYK
RGB Variations
Color information
#643C1C (or 0x643C1C) is known color: Dark Brown. HEX triplet: 64, 3C and 1C. RGB value is (100,60,28). Sum of RGB (Red+Green+Blue) = 100+60+28=188 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.19% from 188); Green value is 60 (23.83% from 255 or 31.91% from 188); Blue value is 28 (11.33% from 255 or 14.89% from 188); Max value from RGB is 100 - color contains mainly: red. Hex color #643C1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C1C is #9BC3E3. Grayscale: #444444. Windows color (decimal): -10208228 or 1850468. OLE color: 1850468.
HSL color Cylindrical-coordinate representation of color #643C1C: hue angle of 26.67º 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 #643C1C is Cyan = 0, Magento = 0.4, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 60 | 28 | - |
| CMYK | 0 | 0.4 | 0.72 | 0.61 |
| HSL | 26.67º | 0.56% | 0.25% | - |
| HSV(B) | 26.67º | 0.72% | 0.39% | - |
| XYZ | 7.08 | 6.02 | 1.89 | - |
| YUV | 68.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 60 | 28 | 0 | 0.4 | 0.72 | 0.61 | 26.67 | 0.56 | 0.25 |
| Hex | 64 | 3C | 1C | 0 | 28 | 48 | 3D | 1B | 38 | 19 |
| Octal | 144 | 74 | 34 | 0 | 50 | 110 | 75 | 33 | 70 | 31 |
| Binary | 1100100 | 111100 | 11100 | 0 | 101000 | 1001000 | 111101 | 11011 | 111000 | 11001 |
Color Harmonies of #643C1C
Complementary color
Monochromatic Colors of #643C1C
Black with #643C1C
Text Example
Text Example
White with #643C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #643C1C; }
p { color: rgb(100,60,28); }
H1.HeaderClassName
{
color: #643C1C;
}
.AnyTagClassName
{
color: #643C1C;
}
</style>
background-color css
<style>
a { background-color: #643C1C; }
a { background-color: rgb(100,60,28); }
div.DivClassName
{
background-color: #643C1C;
}
.BgClassName
{
background-color: #643C1C;
}
</style>
border-color css
<style>
span { border-color: #643C1C; }
span { border-color: rgb(100,60,28); }
td.TdClassName
{
border-color: #643C1C;
}
.TagClassName
{
border-color: #643C1C;
}
</style>