Shades of Dallas #674B31
Tints of Dallas #674B31
RGB
CMYK
RGB Variations
Color information
#674B31 (or 0x674B31) is known color: Dallas. HEX triplet: 67, 4B and 31. RGB value is (103,75,49). Sum of RGB (Red+Green+Blue) = 103+75+49=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #674B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674B31 is #98B4CE. Grayscale: #505050. Windows color (decimal): -10007759 or 3230567. OLE color: 3230567.
HSL color Cylindrical-coordinate representation of color #674B31: hue angle of 28.89º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #674B31 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 75 | 49 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.60 |
| HSL | 28.89º | 0.36% | 0.3% | - |
| HSV(B) | 28.89º | 0.52% | 0.4% | - |
| XYZ | 8.66 | 8.14 | 4.02 | - |
| YUV | 80.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 75 | 49 | 0 | 0.27 | 0.52 | 0.60 | 28.89 | 0.36 | 0.3 |
| Hex | 67 | 4B | 31 | 0 | 1B | 34 | 3C | 1D | 24 | 1E |
| Octal | 147 | 113 | 61 | 0 | 33 | 64 | 74 | 35 | 44 | 36 |
| Binary | 1100111 | 1001011 | 110001 | 0 | 11011 | 110100 | 111100 | 11101 | 100100 | 11110 |
Color Harmonies of #674B31
Complementary color
Monochromatic Colors of #674B31
Black with #674B31
Text Example
Text Example
White with #674B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674B31; }
p { color: rgb(103,75,49); }
H1.HeaderClassName
{
color: #674B31;
}
.AnyTagClassName
{
color: #674B31;
}
</style>
background-color css
<style>
a { background-color: #674B31; }
a { background-color: rgb(103,75,49); }
div.DivClassName
{
background-color: #674B31;
}
.BgClassName
{
background-color: #674B31;
}
</style>
border-color css
<style>
span { border-color: #674B31; }
span { border-color: rgb(103,75,49); }
td.TdClassName
{
border-color: #674B31;
}
.TagClassName
{
border-color: #674B31;
}
</style>