Shades of Dallas #674E28
Tints of Dallas #674E28
RGB
CMYK
RGB Variations
Color information
#674E28 (or 0x674E28) is known color: Dallas. HEX triplet: 67, 4E and 28. RGB value is (103,78,40). Sum of RGB (Red+Green+Blue) = 103+78+40=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #674E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E28 is #98B1D7. Grayscale: #515151. Windows color (decimal): -10007000 or 2641511. OLE color: 2641511.
HSL color Cylindrical-coordinate representation of color #674E28: hue angle of 36.19º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #674E28 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 40 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.60 |
| HSL | 36.19º | 0.44% | 0.28% | - |
| HSV(B) | 36.19º | 0.61% | 0.4% | - |
| XYZ | 8.7 | 8.49 | 3.19 | - |
| YUV | 81.14 | 104.78 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 40 | 0 | 0.24 | 0.61 | 0.60 | 36.19 | 0.44 | 0.28 |
| Hex | 67 | 4E | 28 | 0 | 18 | 3D | 3C | 24 | 2C | 1C |
| Octal | 147 | 116 | 50 | 0 | 30 | 75 | 74 | 44 | 54 | 34 |
| Binary | 1100111 | 1001110 | 101000 | 0 | 11000 | 111101 | 111100 | 100100 | 101100 | 11100 |
Color Harmonies of #674E28
Complementary color
Monochromatic Colors of #674E28
Black with #674E28
Text Example
Text Example
White with #674E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E28; }
p { color: rgb(103,78,40); }
H1.HeaderClassName
{
color: #674E28;
}
.AnyTagClassName
{
color: #674E28;
}
</style>
background-color css
<style>
a { background-color: #674E28; }
a { background-color: rgb(103,78,40); }
div.DivClassName
{
background-color: #674E28;
}
.BgClassName
{
background-color: #674E28;
}
</style>
border-color css
<style>
span { border-color: #674E28; }
span { border-color: rgb(103,78,40); }
td.TdClassName
{
border-color: #674E28;
}
.TagClassName
{
border-color: #674E28;
}
</style>