Shades of Dallas #674C30
Tints of Dallas #674C30
RGB
CMYK
RGB Variations
Color information
#674C30 (or 0x674C30) is known color: Dallas. HEX triplet: 67, 4C and 30. RGB value is (103,76,48). Sum of RGB (Red+Green+Blue) = 103+76+48=227 (30% of max value = 765). Red value is 103 (40.62% from 255 or 45.37% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 48 (19.14% from 255 or 21.15% from 227); Max value from RGB is 103 - color contains mainly: red. Hex color #674C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #674C30 is #98B3CF. Grayscale: #515151. Windows color (decimal): -10007504 or 3165287. OLE color: 3165287.
HSL color Cylindrical-coordinate representation of color #674C30: hue angle of 30.55º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #674C30 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 76 | 48 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.60 |
| HSL | 30.55º | 0.36% | 0.3% | - |
| HSV(B) | 30.55º | 0.53% | 0.4% | - |
| XYZ | 8.71 | 8.27 | 3.93 | - |
| YUV | 80.88 | 109.45 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 76 | 48 | 0 | 0.26 | 0.53 | 0.60 | 30.55 | 0.36 | 0.3 |
| Hex | 67 | 4C | 30 | 0 | 1A | 35 | 3C | 1F | 24 | 1E |
| Octal | 147 | 114 | 60 | 0 | 32 | 65 | 74 | 37 | 44 | 36 |
| Binary | 1100111 | 1001100 | 110000 | 0 | 11010 | 110101 | 111100 | 11111 | 100100 | 11110 |
Color Harmonies of #674C30
Complementary color
Monochromatic Colors of #674C30
Black with #674C30
Text Example
Text Example
White with #674C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #674C30; }
p { color: rgb(103,76,48); }
H1.HeaderClassName
{
color: #674C30;
}
.AnyTagClassName
{
color: #674C30;
}
</style>
background-color css
<style>
a { background-color: #674C30; }
a { background-color: rgb(103,76,48); }
div.DivClassName
{
background-color: #674C30;
}
.BgClassName
{
background-color: #674C30;
}
</style>
border-color css
<style>
span { border-color: #674C30; }
span { border-color: rgb(103,76,48); }
td.TdClassName
{
border-color: #674C30;
}
.TagClassName
{
border-color: #674C30;
}
</style>