Shades of Dark Brown #673F20
Tints of Dark Brown #673F20
RGB
CMYK
RGB Variations
Color information
#673F20 (or 0x673F20) is known color: Dark Brown. HEX triplet: 67, 3F and 20. RGB value is (103,63,32). Sum of RGB (Red+Green+Blue) = 103+63+32=198 (26% of max value = 765). Red value is 103 (40.62% from 255 or 52.02% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 103 - color contains mainly: red. Hex color #673F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673F20 is #98C0DF. Grayscale: #474747. Windows color (decimal): -10010848 or 2113383. OLE color: 2113383.
HSL color Cylindrical-coordinate representation of color #673F20: hue angle of 26.2º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #673F20 is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 32 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.60 |
| HSL | 26.2º | 0.53% | 0.26% | - |
| HSV(B) | 26.2º | 0.69% | 0.4% | - |
| XYZ | 7.63 | 6.54 | 2.23 | - |
| YUV | 71.43 | 105.75 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 32 | 0 | 0.39 | 0.69 | 0.60 | 26.2 | 0.53 | 0.26 |
| Hex | 67 | 3F | 20 | 0 | 27 | 45 | 3C | 1A | 35 | 1A |
| Octal | 147 | 77 | 40 | 0 | 47 | 105 | 74 | 32 | 65 | 32 |
| Binary | 1100111 | 111111 | 100000 | 0 | 100111 | 1000101 | 111100 | 11010 | 110101 | 11010 |
Color Harmonies of #673F20
Complementary color
Monochromatic Colors of #673F20
Black with #673F20
Text Example
Text Example
White with #673F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F20; }
p { color: rgb(103,63,32); }
H1.HeaderClassName
{
color: #673F20;
}
.AnyTagClassName
{
color: #673F20;
}
</style>
background-color css
<style>
a { background-color: #673F20; }
a { background-color: rgb(103,63,32); }
div.DivClassName
{
background-color: #673F20;
}
.BgClassName
{
background-color: #673F20;
}
</style>
border-color css
<style>
span { border-color: #673F20; }
span { border-color: rgb(103,63,32); }
td.TdClassName
{
border-color: #673F20;
}
.TagClassName
{
border-color: #673F20;
}
</style>