Shades of Dark Brown #673F1B
Tints of Dark Brown #673F1B
RGB
CMYK
RGB Variations
Color information
#673F1B (or 0x673F1B) is known color: Dark Brown. HEX triplet: 67, 3F and 1B. RGB value is (103,63,27). Sum of RGB (Red+Green+Blue) = 103+63+27=193 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.37% from 193); Green value is 63 (25% from 255 or 32.64% from 193); Blue value is 27 (10.94% from 255 or 13.99% from 193); Max value from RGB is 103 - color contains mainly: red. Hex color #673F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673F1B is #98C0E4. Grayscale: #474747. Windows color (decimal): -10010853 or 1785703. OLE color: 1785703.
HSL color Cylindrical-coordinate representation of color #673F1B: hue angle of 28.42º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #673F1B is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 27 | - |
| CMYK | 0 | 0.39 | 0.74 | 0.60 |
| HSL | 28.42º | 0.58% | 0.25% | - |
| HSV(B) | 28.42º | 0.74% | 0.4% | - |
| XYZ | 7.57 | 6.52 | 1.9 | - |
| YUV | 70.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 27 | 0 | 0.39 | 0.74 | 0.60 | 28.42 | 0.58 | 0.25 |
| Hex | 67 | 3F | 1B | 0 | 27 | 4A | 3C | 1C | 3A | 19 |
| Octal | 147 | 77 | 33 | 0 | 47 | 112 | 74 | 34 | 72 | 31 |
| Binary | 1100111 | 111111 | 11011 | 0 | 100111 | 1001010 | 111100 | 11100 | 111010 | 11001 |
Color Harmonies of #673F1B
Complementary color
Monochromatic Colors of #673F1B
Black with #673F1B
Text Example
Text Example
White with #673F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F1B; }
p { color: rgb(103,63,27); }
H1.HeaderClassName
{
color: #673F1B;
}
.AnyTagClassName
{
color: #673F1B;
}
</style>
background-color css
<style>
a { background-color: #673F1B; }
a { background-color: rgb(103,63,27); }
div.DivClassName
{
background-color: #673F1B;
}
.BgClassName
{
background-color: #673F1B;
}
</style>
border-color css
<style>
span { border-color: #673F1B; }
span { border-color: rgb(103,63,27); }
td.TdClassName
{
border-color: #673F1B;
}
.TagClassName
{
border-color: #673F1B;
}
</style>