Shades of Dallas #674E2D
Tints of Dallas #674E2D
RGB
CMYK
RGB Variations
Color information
#674E2D (or 0x674E2D) is known color: Dallas. HEX triplet: 67, 4E and 2D. RGB value is (103,78,45). Sum of RGB (Red+Green+Blue) = 103+78+45=226 (29% of max value = 765). Red value is 103 (40.62% from 255 or 45.58% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 103 - color contains mainly: red. Hex color #674E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #674E2D is #98B1D2. Grayscale: #515151. Windows color (decimal): -10006995 or 2969191. OLE color: 2969191.
HSL color Cylindrical-coordinate representation of color #674E2D: hue angle of 34.14º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #674E2D is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 78 | 45 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.60 |
| HSL | 34.14º | 0.39% | 0.29% | - |
| HSV(B) | 34.14º | 0.56% | 0.4% | - |
| XYZ | 8.79 | 8.52 | 3.66 | - |
| YUV | 81.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 78 | 45 | 0 | 0.24 | 0.56 | 0.60 | 34.14 | 0.39 | 0.29 |
| Hex | 67 | 4E | 2D | 0 | 18 | 38 | 3C | 22 | 27 | 1D |
| Octal | 147 | 116 | 55 | 0 | 30 | 70 | 74 | 42 | 47 | 35 |
| Binary | 1100111 | 1001110 | 101101 | 0 | 11000 | 111000 | 111100 | 100010 | 100111 | 11101 |
Color Harmonies of #674E2D
Complementary color
Monochromatic Colors of #674E2D
Black with #674E2D
Text Example
Text Example
White with #674E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674E2D; }
p { color: rgb(103,78,45); }
H1.HeaderClassName
{
color: #674E2D;
}
.AnyTagClassName
{
color: #674E2D;
}
</style>
background-color css
<style>
a { background-color: #674E2D; }
a { background-color: rgb(103,78,45); }
div.DivClassName
{
background-color: #674E2D;
}
.BgClassName
{
background-color: #674E2D;
}
</style>
border-color css
<style>
span { border-color: #674E2D; }
span { border-color: rgb(103,78,45); }
td.TdClassName
{
border-color: #674E2D;
}
.TagClassName
{
border-color: #674E2D;
}
</style>