Shades of Dark Brown #60431F
Tints of Dark Brown #60431F
RGB
CMYK
RGB Variations
Color information
#60431F (or 0x60431F) is known color: Dark Brown. HEX triplet: 60, 43 and 1F. RGB value is (96,67,31). Sum of RGB (Red+Green+Blue) = 96+67+31=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 67 (26.56% from 255 or 34.54% from 194); Blue value is 31 (12.5% from 255 or 15.98% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60431F is #9FBCE0. Grayscale: #474747. Windows color (decimal): -10468577 or 2048864. OLE color: 2048864.
HSL color Cylindrical-coordinate representation of color #60431F: hue angle of 33.23º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60431F is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 31 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.62 |
| HSL | 33.23º | 0.51% | 0.25% | - |
| HSV(B) | 33.23º | 0.68% | 0.38% | - |
| XYZ | 7.08 | 6.6 | 2.2 | - |
| YUV | 71.57 | 105.11 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 31 | 0 | 0.30 | 0.68 | 0.62 | 33.23 | 0.51 | 0.25 |
| Hex | 60 | 43 | 1F | 0 | 1E | 44 | 3E | 21 | 33 | 19 |
| Octal | 140 | 103 | 37 | 0 | 36 | 104 | 76 | 41 | 63 | 31 |
| Binary | 1100000 | 1000011 | 11111 | 0 | 11110 | 1000100 | 111110 | 100001 | 110011 | 11001 |
Color Harmonies of #60431F
Complementary color
Monochromatic Colors of #60431F
Black with #60431F
Text Example
Text Example
White with #60431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60431F; }
p { color: rgb(96,67,31); }
H1.HeaderClassName
{
color: #60431F;
}
.AnyTagClassName
{
color: #60431F;
}
</style>
background-color css
<style>
a { background-color: #60431F; }
a { background-color: rgb(96,67,31); }
div.DivClassName
{
background-color: #60431F;
}
.BgClassName
{
background-color: #60431F;
}
</style>
border-color css
<style>
span { border-color: #60431F; }
span { border-color: rgb(96,67,31); }
td.TdClassName
{
border-color: #60431F;
}
.TagClassName
{
border-color: #60431F;
}
</style>