Shades of Dark Brown #673C1D
Tints of Dark Brown #673C1D
RGB
CMYK
RGB Variations
Color information
#673C1D (or 0x673C1D) is known color: Dark Brown. HEX triplet: 67, 3C and 1D. RGB value is (103,60,29). Sum of RGB (Red+Green+Blue) = 103+60+29=192 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.65% from 192); Green value is 60 (23.83% from 255 or 31.25% from 192); Blue value is 29 (11.72% from 255 or 15.10% from 192); Max value from RGB is 103 - color contains mainly: red. Hex color #673C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #673C1D is #98C3E2. Grayscale: #454545. Windows color (decimal): -10011619 or 1916007. OLE color: 1916007.
HSL color Cylindrical-coordinate representation of color #673C1D: hue angle of 25.14º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #673C1D is Cyan = 0, Magento = 0.42, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 60 | 29 | - |
| CMYK | 0 | 0.42 | 0.72 | 0.60 |
| HSL | 25.14º | 0.56% | 0.26% | - |
| HSV(B) | 25.14º | 0.72% | 0.4% | - |
| XYZ | 7.43 | 6.2 | 1.97 | - |
| YUV | 69.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 60 | 29 | 0 | 0.42 | 0.72 | 0.60 | 25.14 | 0.56 | 0.26 |
| Hex | 67 | 3C | 1D | 0 | 2A | 48 | 3C | 19 | 38 | 1A |
| Octal | 147 | 74 | 35 | 0 | 52 | 110 | 74 | 31 | 70 | 32 |
| Binary | 1100111 | 111100 | 11101 | 0 | 101010 | 1001000 | 111100 | 11001 | 111000 | 11010 |
Color Harmonies of #673C1D
Complementary color
Monochromatic Colors of #673C1D
Black with #673C1D
Text Example
Text Example
White with #673C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673C1D; }
p { color: rgb(103,60,29); }
H1.HeaderClassName
{
color: #673C1D;
}
.AnyTagClassName
{
color: #673C1D;
}
</style>
background-color css
<style>
a { background-color: #673C1D; }
a { background-color: rgb(103,60,29); }
div.DivClassName
{
background-color: #673C1D;
}
.BgClassName
{
background-color: #673C1D;
}
</style>
border-color css
<style>
span { border-color: #673C1D; }
span { border-color: rgb(103,60,29); }
td.TdClassName
{
border-color: #673C1D;
}
.TagClassName
{
border-color: #673C1D;
}
</style>