Shades of Dark Brown #673F1A
Tints of Dark Brown #673F1A
RGB
CMYK
RGB Variations
Color information
#673F1A (or 0x673F1A) is known color: Dark Brown. HEX triplet: 67, 3F and 1A. RGB value is (103,63,26). Sum of RGB (Red+Green+Blue) = 103+63+26=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 63 (25% from 255 or 32.81% from 192); Blue value is 26 (10.55% from 255 or 13.54% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #673F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673F1A is #98C0E5. Grayscale: #464646. Windows color (decimal): -10010854 or 1720167. OLE color: 1720167.
HSL color Cylindrical-coordinate representation of color #673F1A: hue angle of 28.83º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #673F1A is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 63 | 26 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.60 |
| HSL | 28.83º | 0.6% | 0.25% | - |
| HSV(B) | 28.83º | 0.75% | 0.4% | - |
| XYZ | 7.56 | 6.51 | 1.84 | - |
| YUV | 70.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 63 | 26 | 0 | 0.39 | 0.75 | 0.60 | 28.83 | 0.6 | 0.25 |
| Hex | 67 | 3F | 1A | 0 | 27 | 4B | 3C | 1D | 3C | 19 |
| Octal | 147 | 77 | 32 | 0 | 47 | 113 | 74 | 35 | 74 | 31 |
| Binary | 1100111 | 111111 | 11010 | 0 | 100111 | 1001011 | 111100 | 11101 | 111100 | 11001 |
Color Harmonies of #673F1A
Complementary color
Monochromatic Colors of #673F1A
Black with #673F1A
Text Example
Text Example
White with #673F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673F1A; }
p { color: rgb(103,63,26); }
H1.HeaderClassName
{
color: #673F1A;
}
.AnyTagClassName
{
color: #673F1A;
}
</style>
background-color css
<style>
a { background-color: #673F1A; }
a { background-color: rgb(103,63,26); }
div.DivClassName
{
background-color: #673F1A;
}
.BgClassName
{
background-color: #673F1A;
}
</style>
border-color css
<style>
span { border-color: #673F1A; }
span { border-color: rgb(103,63,26); }
td.TdClassName
{
border-color: #673F1A;
}
.TagClassName
{
border-color: #673F1A;
}
</style>