Shades of Dark Brown #604314
Tints of Dark Brown #604314
RGB
CMYK
RGB Variations
Color information
#604314 (or 0x604314) is known color: Dark Brown. HEX triplet: 60, 43 and 14. RGB value is (96,67,20). Sum of RGB (Red+Green+Blue) = 96+67+20=183 (24% of max value = 765). Red value is 96 (37.89% from 255 or 52.46% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 20 (8.20% from 255 or 10.93% from 183); Max value from RGB is 96 - color contains mainly: red. Hex color #604314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604314 is #9FBCEB. Grayscale: #464646. Windows color (decimal): -10468588 or 1327968. OLE color: 1327968.
HSL color Cylindrical-coordinate representation of color #604314: hue angle of 37.11º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #604314 is Cyan = 0, Magento = 0.30, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 20 | - |
| CMYK | 0 | 0.30 | 0.79 | 0.62 |
| HSL | 37.11º | 0.66% | 0.23% | - |
| HSV(B) | 37.11º | 0.79% | 0.38% | - |
| XYZ | 6.96 | 6.55 | 1.56 | - |
| YUV | 70.31 | 99.61 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 20 | 0 | 0.30 | 0.79 | 0.62 | 37.11 | 0.66 | 0.23 |
| Hex | 60 | 43 | 14 | 0 | 1E | 4F | 3E | 25 | 42 | 17 |
| Octal | 140 | 103 | 24 | 0 | 36 | 117 | 76 | 45 | 102 | 27 |
| Binary | 1100000 | 1000011 | 10100 | 0 | 11110 | 1001111 | 111110 | 100101 | 1000010 | 10111 |
Color Harmonies of #604314
Complementary color
Monochromatic Colors of #604314
Black with #604314
Text Example
Text Example
White with #604314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604314; }
p { color: rgb(96,67,20); }
H1.HeaderClassName
{
color: #604314;
}
.AnyTagClassName
{
color: #604314;
}
</style>
background-color css
<style>
a { background-color: #604314; }
a { background-color: rgb(96,67,20); }
div.DivClassName
{
background-color: #604314;
}
.BgClassName
{
background-color: #604314;
}
</style>
border-color css
<style>
span { border-color: #604314; }
span { border-color: rgb(96,67,20); }
td.TdClassName
{
border-color: #604314;
}
.TagClassName
{
border-color: #604314;
}
</style>