Shades of Dark Brown #673D18
Tints of Dark Brown #673D18
RGB
CMYK
RGB Variations
Color information
#673D18 (or 0x673D18) is known color: Dark Brown. HEX triplet: 67, 3D and 18. RGB value is (103,61,24). Sum of RGB (Red+Green+Blue) = 103+61+24=188 (24% of max value = 765). Red value is 103 (40.62% from 255 or 54.79% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 24 (9.77% from 255 or 12.77% from 188); Max value from RGB is 103 - color contains mainly: red. Hex color #673D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673D18 is #98C2E7. Grayscale: #454545. Windows color (decimal): -10011368 or 1588583. OLE color: 1588583.
HSL color Cylindrical-coordinate representation of color #673D18: hue angle of 28.1º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #673D18 is Cyan = 0, Magento = 0.41, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 61 | 24 | - |
| CMYK | 0 | 0.41 | 0.77 | 0.60 |
| HSL | 28.1º | 0.62% | 0.25% | - |
| HSV(B) | 28.1º | 0.77% | 0.4% | - |
| XYZ | 7.43 | 6.29 | 1.69 | - |
| YUV | 69.34 | 102.41 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 61 | 24 | 0 | 0.41 | 0.77 | 0.60 | 28.1 | 0.62 | 0.25 |
| Hex | 67 | 3D | 18 | 0 | 29 | 4D | 3C | 1C | 3E | 19 |
| Octal | 147 | 75 | 30 | 0 | 51 | 115 | 74 | 34 | 76 | 31 |
| Binary | 1100111 | 111101 | 11000 | 0 | 101001 | 1001101 | 111100 | 11100 | 111110 | 11001 |
Color Harmonies of #673D18
Complementary color
Monochromatic Colors of #673D18
Black with #673D18
Text Example
Text Example
White with #673D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673D18; }
p { color: rgb(103,61,24); }
H1.HeaderClassName
{
color: #673D18;
}
.AnyTagClassName
{
color: #673D18;
}
</style>
background-color css
<style>
a { background-color: #673D18; }
a { background-color: rgb(103,61,24); }
div.DivClassName
{
background-color: #673D18;
}
.BgClassName
{
background-color: #673D18;
}
</style>
border-color css
<style>
span { border-color: #673D18; }
span { border-color: rgb(103,61,24); }
td.TdClassName
{
border-color: #673D18;
}
.TagClassName
{
border-color: #673D18;
}
</style>