Shades of Dark Brown #673C13
Tints of Dark Brown #673C13
RGB
CMYK
RGB Variations
Color information
#673C13 (or 0x673C13) is known color: Dark Brown. HEX triplet: 67, 3C and 13. RGB value is (103,60,19). Sum of RGB (Red+Green+Blue) = 103+60+19=182 (24% of max value = 765). Red value is 103 (40.62% from 255 or 56.59% from 182); Green value is 60 (23.83% from 255 or 32.97% from 182); Blue value is 19 (7.81% from 255 or 10.44% from 182); Max value from RGB is 103 - color contains mainly: red. Hex color #673C13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673C13 is #98C3EC. Grayscale: #444444. Windows color (decimal): -10011629 or 1260647. OLE color: 1260647.
HSL color Cylindrical-coordinate representation of color #673C13: hue angle of 29.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #673C13 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 60 | 19 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.60 |
| HSL | 29.29º | 0.69% | 0.24% | - |
| HSV(B) | 29.29º | 0.82% | 0.4% | - |
| XYZ | 7.33 | 6.16 | 1.42 | - |
| YUV | 68.18 | 100.25 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 19 | 0 | 0.42 | 0.82 | 0.60 | 29.29 | 0.69 | 0.24 |
| Hex | 67 | 3C | 13 | 0 | 2A | 52 | 3C | 1D | 45 | 18 |
| Octal | 147 | 74 | 23 | 0 | 52 | 122 | 74 | 35 | 105 | 30 |
| Binary | 1100111 | 111100 | 10011 | 0 | 101010 | 1010010 | 111100 | 11101 | 1000101 | 11000 |
Color Harmonies of #673C13
Complementary color
Monochromatic Colors of #673C13
Black with #673C13
Text Example
Text Example
White with #673C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673C13; }
p { color: rgb(103,60,19); }
H1.HeaderClassName
{
color: #673C13;
}
.AnyTagClassName
{
color: #673C13;
}
</style>
background-color css
<style>
a { background-color: #673C13; }
a { background-color: rgb(103,60,19); }
div.DivClassName
{
background-color: #673C13;
}
.BgClassName
{
background-color: #673C13;
}
</style>
border-color css
<style>
span { border-color: #673C13; }
span { border-color: rgb(103,60,19); }
td.TdClassName
{
border-color: #673C13;
}
.TagClassName
{
border-color: #673C13;
}
</style>