Shades of Dallas #694F34
Tints of Dallas #694F34
RGB
CMYK
RGB Variations
Color information
#694F34 (or 0x694F34) is known color: Dallas. HEX triplet: 69, 4F and 34. RGB value is (105,79,52). Sum of RGB (Red+Green+Blue) = 105+79+52=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 52 (20.70% from 255 or 22.03% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #694F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F34 is #96B0CB. Grayscale: #535353. Windows color (decimal): -9875660 or 3428201. OLE color: 3428201.
HSL color Cylindrical-coordinate representation of color #694F34: hue angle of 30.57º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #694F34 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 52 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.59 |
| HSL | 30.57º | 0.34% | 0.31% | - |
| HSV(B) | 30.57º | 0.5% | 0.41% | - |
| XYZ | 9.24 | 8.84 | 4.47 | - |
| YUV | 83.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 52 | 0 | 0.25 | 0.50 | 0.59 | 30.57 | 0.34 | 0.31 |
| Hex | 69 | 4F | 34 | 0 | 19 | 32 | 3B | 1F | 22 | 1F |
| Octal | 151 | 117 | 64 | 0 | 31 | 62 | 73 | 37 | 42 | 37 |
| Binary | 1101001 | 1001111 | 110100 | 0 | 11001 | 110010 | 111011 | 11111 | 100010 | 11111 |
Color Harmonies of #694F34
Complementary color
Monochromatic Colors of #694F34
Black with #694F34
Text Example
Text Example
White with #694F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F34; }
p { color: rgb(105,79,52); }
H1.HeaderClassName
{
color: #694F34;
}
.AnyTagClassName
{
color: #694F34;
}
</style>
background-color css
<style>
a { background-color: #694F34; }
a { background-color: rgb(105,79,52); }
div.DivClassName
{
background-color: #694F34;
}
.BgClassName
{
background-color: #694F34;
}
</style>
border-color css
<style>
span { border-color: #694F34; }
span { border-color: rgb(105,79,52); }
td.TdClassName
{
border-color: #694F34;
}
.TagClassName
{
border-color: #694F34;
}
</style>