Shades of Dallas #674C2A
Tints of Dallas #674C2A
RGB
CMYK
RGB Variations
Color information
#674C2A (or 0x674C2A) is known color: Dallas. HEX triplet: 67, 4C and 2A. RGB value is (103,76,42). Sum of RGB (Red+Green+Blue) = 103+76+42=221 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.61% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 103 - color contains mainly: red. Hex color #674C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674C2A is #98B3D5. Grayscale: #505050. Windows color (decimal): -10007510 or 2772071. OLE color: 2772071.
HSL color Cylindrical-coordinate representation of color #674C2A: hue angle of 33.44º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #674C2A is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 42 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.60 |
| HSL | 33.44º | 0.42% | 0.28% | - |
| HSV(B) | 33.44º | 0.59% | 0.4% | - |
| XYZ | 8.6 | 8.22 | 3.32 | - |
| YUV | 80.2 | 106.45 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 42 | 0 | 0.26 | 0.59 | 0.60 | 33.44 | 0.42 | 0.28 |
| Hex | 67 | 4C | 2A | 0 | 1A | 3B | 3C | 21 | 2A | 1C |
| Octal | 147 | 114 | 52 | 0 | 32 | 73 | 74 | 41 | 52 | 34 |
| Binary | 1100111 | 1001100 | 101010 | 0 | 11010 | 111011 | 111100 | 100001 | 101010 | 11100 |
Color Harmonies of #674C2A
Complementary color
Monochromatic Colors of #674C2A
Black with #674C2A
Text Example
Text Example
White with #674C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C2A; }
p { color: rgb(103,76,42); }
H1.HeaderClassName
{
color: #674C2A;
}
.AnyTagClassName
{
color: #674C2A;
}
</style>
background-color css
<style>
a { background-color: #674C2A; }
a { background-color: rgb(103,76,42); }
div.DivClassName
{
background-color: #674C2A;
}
.BgClassName
{
background-color: #674C2A;
}
</style>
border-color css
<style>
span { border-color: #674C2A; }
span { border-color: rgb(103,76,42); }
td.TdClassName
{
border-color: #674C2A;
}
.TagClassName
{
border-color: #674C2A;
}
</style>