Shades of Dallas #694D2C
Tints of Dallas #694D2C
RGB
CMYK
RGB Variations
Color information
#694D2C (or 0x694D2C) is known color: Dallas. HEX triplet: 69, 4D and 2C. RGB value is (105,77,44). Sum of RGB (Red+Green+Blue) = 105+77+44=226 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.46% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 105 - color contains mainly: red. Hex color #694D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D2C is #96B2D3. Grayscale: #515151. Windows color (decimal): -9876180 or 2903401. OLE color: 2903401.
HSL color Cylindrical-coordinate representation of color #694D2C: hue angle of 32.46º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #694D2C is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 44 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.59 |
| HSL | 32.46º | 0.41% | 0.29% | - |
| HSV(B) | 32.46º | 0.58% | 0.41% | - |
| XYZ | 8.93 | 8.49 | 3.55 | - |
| YUV | 81.61 | 106.78 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 44 | 0 | 0.27 | 0.58 | 0.59 | 32.46 | 0.41 | 0.29 |
| Hex | 69 | 4D | 2C | 0 | 1B | 3A | 3B | 20 | 29 | 1D |
| Octal | 151 | 115 | 54 | 0 | 33 | 72 | 73 | 40 | 51 | 35 |
| Binary | 1101001 | 1001101 | 101100 | 0 | 11011 | 111010 | 111011 | 100000 | 101001 | 11101 |
Color Harmonies of #694D2C
Complementary color
Monochromatic Colors of #694D2C
Black with #694D2C
Text Example
Text Example
White with #694D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D2C; }
p { color: rgb(105,77,44); }
H1.HeaderClassName
{
color: #694D2C;
}
.AnyTagClassName
{
color: #694D2C;
}
</style>
background-color css
<style>
a { background-color: #694D2C; }
a { background-color: rgb(105,77,44); }
div.DivClassName
{
background-color: #694D2C;
}
.BgClassName
{
background-color: #694D2C;
}
</style>
border-color css
<style>
span { border-color: #694D2C; }
span { border-color: rgb(105,77,44); }
td.TdClassName
{
border-color: #694D2C;
}
.TagClassName
{
border-color: #694D2C;
}
</style>