Shades of Dark Brown #604313
Tints of Dark Brown #604313
RGB
CMYK
RGB Variations
Color information
#604313 (or 0x604313) is known color: Dark Brown. HEX triplet: 60, 43 and 13. RGB value is (96,67,19). Sum of RGB (Red+Green+Blue) = 96+67+19=182 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.75% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 96 - color contains mainly: red. Hex color #604313 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604313 is #9FBCEC. Grayscale: #464646. Windows color (decimal): -10468589 or 1262432. OLE color: 1262432.
HSL color Cylindrical-coordinate representation of color #604313: hue angle of 37.4º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #604313 is Cyan = 0, Magento = 0.30, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 19 | - |
| CMYK | 0 | 0.30 | 0.80 | 0.62 |
| HSL | 37.4º | 0.67% | 0.23% | - |
| HSV(B) | 37.4º | 0.8% | 0.38% | - |
| XYZ | 6.95 | 6.55 | 1.51 | - |
| YUV | 70.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 19 | 0 | 0.30 | 0.80 | 0.62 | 37.4 | 0.67 | 0.23 |
| Hex | 60 | 43 | 13 | 0 | 1E | 50 | 3E | 25 | 43 | 17 |
| Octal | 140 | 103 | 23 | 0 | 36 | 120 | 76 | 45 | 103 | 27 |
| Binary | 1100000 | 1000011 | 10011 | 0 | 11110 | 1010000 | 111110 | 100101 | 1000011 | 10111 |
Color Harmonies of #604313
Complementary color
Monochromatic Colors of #604313
Black with #604313
Text Example
Text Example
White with #604313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604313; }
p { color: rgb(96,67,19); }
H1.HeaderClassName
{
color: #604313;
}
.AnyTagClassName
{
color: #604313;
}
</style>
background-color css
<style>
a { background-color: #604313; }
a { background-color: rgb(96,67,19); }
div.DivClassName
{
background-color: #604313;
}
.BgClassName
{
background-color: #604313;
}
</style>
border-color css
<style>
span { border-color: #604313; }
span { border-color: rgb(96,67,19); }
td.TdClassName
{
border-color: #604313;
}
.TagClassName
{
border-color: #604313;
}
</style>