Shades of Dallas #67492C
Tints of Dallas #67492C
RGB
CMYK
RGB Variations
Color information
#67492C (or 0x67492C) is known color: Dallas. HEX triplet: 67, 49 and 2C. RGB value is (103,73,44). Sum of RGB (Red+Green+Blue) = 103+73+44=220 (29% of max value = 765). Red value is 103 (40.62% from 255 or 46.82% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 103 - color contains mainly: red. Hex color #67492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #67492C is #98B6D3. Grayscale: #4E4E4E. Windows color (decimal): -10008276 or 2902375. OLE color: 2902375.
HSL color Cylindrical-coordinate representation of color #67492C: hue angle of 29.49º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #67492C is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 73 | 44 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.60 |
| HSL | 29.49º | 0.4% | 0.29% | - |
| HSV(B) | 29.49º | 0.57% | 0.4% | - |
| XYZ | 8.43 | 7.83 | 3.45 | - |
| YUV | 78.66 | 108.44 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 73 | 44 | 0 | 0.29 | 0.57 | 0.60 | 29.49 | 0.4 | 0.29 |
| Hex | 67 | 49 | 2C | 0 | 1D | 39 | 3C | 1D | 28 | 1D |
| Octal | 147 | 111 | 54 | 0 | 35 | 71 | 74 | 35 | 50 | 35 |
| Binary | 1100111 | 1001001 | 101100 | 0 | 11101 | 111001 | 111100 | 11101 | 101000 | 11101 |
Color Harmonies of #67492C
Complementary color
Monochromatic Colors of #67492C
Black with #67492C
Text Example
Text Example
White with #67492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67492C; }
p { color: rgb(103,73,44); }
H1.HeaderClassName
{
color: #67492C;
}
.AnyTagClassName
{
color: #67492C;
}
</style>
background-color css
<style>
a { background-color: #67492C; }
a { background-color: rgb(103,73,44); }
div.DivClassName
{
background-color: #67492C;
}
.BgClassName
{
background-color: #67492C;
}
</style>
border-color css
<style>
span { border-color: #67492C; }
span { border-color: rgb(103,73,44); }
td.TdClassName
{
border-color: #67492C;
}
.TagClassName
{
border-color: #67492C;
}
</style>