Shades of Very Dark Brown #674133
Tints of Very Dark Brown #674133
RGB
CMYK
RGB Variations
Color information
#674133 (or 0x674133) is known color: Very Dark Brown. HEX triplet: 67, 41 and 33. RGB value is (103,65,51). Sum of RGB (Red+Green+Blue) = 103+65+51=219 (29% of max value = 765). Red value is 103 (40.62% from 255 or 47.03% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 103 - color contains mainly: red. Hex color #674133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674133 is #98BECC. Grayscale: #4A4A4A. Windows color (decimal): -10010317 or 3359079. OLE color: 3359079.
HSL color Cylindrical-coordinate representation of color #674133: hue angle of 16.15º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #674133 is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 65 | 51 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.60 |
| HSL | 16.15º | 0.34% | 0.3% | - |
| HSV(B) | 16.15º | 0.5% | 0.4% | - |
| XYZ | 8.08 | 6.9 | 4.04 | - |
| YUV | 74.77 | 114.59 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 51 | 0 | 0.37 | 0.50 | 0.60 | 16.15 | 0.34 | 0.3 |
| Hex | 67 | 41 | 33 | 0 | 25 | 32 | 3C | 10 | 22 | 1E |
| Octal | 147 | 101 | 63 | 0 | 45 | 62 | 74 | 20 | 42 | 36 |
| Binary | 1100111 | 1000001 | 110011 | 0 | 100101 | 110010 | 111100 | 10000 | 100010 | 11110 |
Color Harmonies of #674133
Complementary color
Monochromatic Colors of #674133
Black with #674133
Text Example
Text Example
White with #674133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674133; }
p { color: rgb(103,65,51); }
H1.HeaderClassName
{
color: #674133;
}
.AnyTagClassName
{
color: #674133;
}
</style>
background-color css
<style>
a { background-color: #674133; }
a { background-color: rgb(103,65,51); }
div.DivClassName
{
background-color: #674133;
}
.BgClassName
{
background-color: #674133;
}
</style>
border-color css
<style>
span { border-color: #674133; }
span { border-color: rgb(103,65,51); }
td.TdClassName
{
border-color: #674133;
}
.TagClassName
{
border-color: #674133;
}
</style>