Shades of Dark Brown #60431B
Tints of Dark Brown #60431B
RGB
CMYK
RGB Variations
Color information
#60431B (or 0x60431B) is known color: Dark Brown. HEX triplet: 60, 43 and 1B. RGB value is (96,67,27). Sum of RGB (Red+Green+Blue) = 96+67+27=190 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.53% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 27 (10.94% from 255 or 14.21% from 190); Max value from RGB is 96 - color contains mainly: red. Hex color #60431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60431B is #9FBCE4. Grayscale: #474747. Windows color (decimal): -10468581 or 1786720. OLE color: 1786720.
HSL color Cylindrical-coordinate representation of color #60431B: hue angle of 34.78º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60431B is Cyan = 0, Magento = 0.30, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 27 | - |
| CMYK | 0 | 0.30 | 0.72 | 0.62 |
| HSL | 34.78º | 0.56% | 0.24% | - |
| HSV(B) | 34.78º | 0.72% | 0.38% | - |
| XYZ | 7.03 | 6.58 | 1.94 | - |
| YUV | 71.11 | 103.11 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 27 | 0 | 0.30 | 0.72 | 0.62 | 34.78 | 0.56 | 0.24 |
| Hex | 60 | 43 | 1B | 0 | 1E | 48 | 3E | 23 | 38 | 18 |
| Octal | 140 | 103 | 33 | 0 | 36 | 110 | 76 | 43 | 70 | 30 |
| Binary | 1100000 | 1000011 | 11011 | 0 | 11110 | 1001000 | 111110 | 100011 | 111000 | 11000 |
Color Harmonies of #60431B
Complementary color
Monochromatic Colors of #60431B
Black with #60431B
Text Example
Text Example
White with #60431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60431B; }
p { color: rgb(96,67,27); }
H1.HeaderClassName
{
color: #60431B;
}
.AnyTagClassName
{
color: #60431B;
}
</style>
background-color css
<style>
a { background-color: #60431B; }
a { background-color: rgb(96,67,27); }
div.DivClassName
{
background-color: #60431B;
}
.BgClassName
{
background-color: #60431B;
}
</style>
border-color css
<style>
span { border-color: #60431B; }
span { border-color: rgb(96,67,27); }
td.TdClassName
{
border-color: #60431B;
}
.TagClassName
{
border-color: #60431B;
}
</style>