Shades of Dark Brown #674823
Tints of Dark Brown #674823
RGB
CMYK
RGB Variations
Color information
#674823 (or 0x674823) is known color: Dark Brown. HEX triplet: 67, 48 and 23. RGB value is (103,72,35). Sum of RGB (Red+Green+Blue) = 103+72+35=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #674823 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674823 is #98B7DC. Grayscale: #4D4D4D. Windows color (decimal): -10008541 or 2312295. OLE color: 2312295.
HSL color Cylindrical-coordinate representation of color #674823: hue angle of 32.65º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #674823 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 72 | 35 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.60 |
| HSL | 32.65º | 0.49% | 0.27% | - |
| HSV(B) | 32.65º | 0.66% | 0.4% | - |
| XYZ | 8.21 | 7.64 | 2.63 | - |
| YUV | 77.05 | 104.27 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 72 | 35 | 0 | 0.30 | 0.66 | 0.60 | 32.65 | 0.49 | 0.27 |
| Hex | 67 | 48 | 23 | 0 | 1E | 42 | 3C | 21 | 31 | 1B |
| Octal | 147 | 110 | 43 | 0 | 36 | 102 | 74 | 41 | 61 | 33 |
| Binary | 1100111 | 1001000 | 100011 | 0 | 11110 | 1000010 | 111100 | 100001 | 110001 | 11011 |
Color Harmonies of #674823
Complementary color
Monochromatic Colors of #674823
Black with #674823
Text Example
Text Example
White with #674823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674823; }
p { color: rgb(103,72,35); }
H1.HeaderClassName
{
color: #674823;
}
.AnyTagClassName
{
color: #674823;
}
</style>
background-color css
<style>
a { background-color: #674823; }
a { background-color: rgb(103,72,35); }
div.DivClassName
{
background-color: #674823;
}
.BgClassName
{
background-color: #674823;
}
</style>
border-color css
<style>
span { border-color: #674823; }
span { border-color: rgb(103,72,35); }
td.TdClassName
{
border-color: #674823;
}
.TagClassName
{
border-color: #674823;
}
</style>