Shades of Dark Brown #68431F
Tints of Dark Brown #68431F
RGB
CMYK
RGB Variations
Color information
#68431F (or 0x68431F) is known color: Dark Brown. HEX triplet: 68, 43 and 1F. RGB value is (104,67,31). Sum of RGB (Red+Green+Blue) = 104+67+31=202 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.49% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 104 - color contains mainly: red. Hex color #68431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #68431F is #97BCE0. Grayscale: #4A4A4A. Windows color (decimal): -9944289 or 2048872. OLE color: 2048872.
HSL color Cylindrical-coordinate representation of color #68431F: hue angle of 29.59º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #68431F is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 67 | 31 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.59 |
| HSL | 29.59º | 0.54% | 0.26% | - |
| HSV(B) | 29.59º | 0.7% | 0.41% | - |
| XYZ | 7.96 | 7.06 | 2.24 | - |
| YUV | 73.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 67 | 31 | 0 | 0.36 | 0.70 | 0.59 | 29.59 | 0.54 | 0.26 |
| Hex | 68 | 43 | 1F | 0 | 24 | 46 | 3B | 1E | 36 | 1A |
| Octal | 150 | 103 | 37 | 0 | 44 | 106 | 73 | 36 | 66 | 32 |
| Binary | 1101000 | 1000011 | 11111 | 0 | 100100 | 1000110 | 111011 | 11110 | 110110 | 11010 |
Color Harmonies of #68431F
Complementary color
Monochromatic Colors of #68431F
Black with #68431F
Text Example
Text Example
White with #68431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68431F; }
p { color: rgb(104,67,31); }
H1.HeaderClassName
{
color: #68431F;
}
.AnyTagClassName
{
color: #68431F;
}
</style>
background-color css
<style>
a { background-color: #68431F; }
a { background-color: rgb(104,67,31); }
div.DivClassName
{
background-color: #68431F;
}
.BgClassName
{
background-color: #68431F;
}
</style>
border-color css
<style>
span { border-color: #68431F; }
span { border-color: rgb(104,67,31); }
td.TdClassName
{
border-color: #68431F;
}
.TagClassName
{
border-color: #68431F;
}
</style>