Shades of Dark Brown #68421C
Tints of Dark Brown #68421C
RGB
CMYK
RGB Variations
Color information
#68421C (or 0x68421C) is known color: Dark Brown. HEX triplet: 68, 42 and 1C. RGB value is (104,66,28). Sum of RGB (Red+Green+Blue) = 104+66+28=198 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.53% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 28 (11.33% from 255 or 14.14% from 198); Max value from RGB is 104 - color contains mainly: red. Hex color #68421C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68421C is #97BDE3. Grayscale: #494949. Windows color (decimal): -9944548 or 1852008. OLE color: 1852008.
HSL color Cylindrical-coordinate representation of color #68421C: hue angle of 30º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68421C is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 28 | - |
| CMYK | 0 | 0.37 | 0.73 | 0.59 |
| HSL | 30º | 0.58% | 0.26% | - |
| HSV(B) | 30º | 0.73% | 0.41% | - |
| XYZ | 7.87 | 6.92 | 2.02 | - |
| YUV | 73.03 | 102.59 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 28 | 0 | 0.37 | 0.73 | 0.59 | 30 | 0.58 | 0.26 |
| Hex | 68 | 42 | 1C | 0 | 25 | 49 | 3B | 1E | 3A | 1A |
| Octal | 150 | 102 | 34 | 0 | 45 | 111 | 73 | 36 | 72 | 32 |
| Binary | 1101000 | 1000010 | 11100 | 0 | 100101 | 1001001 | 111011 | 11110 | 111010 | 11010 |
Color Harmonies of #68421C
Complementary color
Monochromatic Colors of #68421C
Black with #68421C
Text Example
Text Example
White with #68421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68421C; }
p { color: rgb(104,66,28); }
H1.HeaderClassName
{
color: #68421C;
}
.AnyTagClassName
{
color: #68421C;
}
</style>
background-color css
<style>
a { background-color: #68421C; }
a { background-color: rgb(104,66,28); }
div.DivClassName
{
background-color: #68421C;
}
.BgClassName
{
background-color: #68421C;
}
</style>
border-color css
<style>
span { border-color: #68421C; }
span { border-color: rgb(104,66,28); }
td.TdClassName
{
border-color: #68421C;
}
.TagClassName
{
border-color: #68421C;
}
</style>