Shades of Dallas #694E35
Tints of Dallas #694E35
RGB
CMYK
RGB Variations
Color information
#694E35 (or 0x694E35) is known color: Dallas. HEX triplet: 69, 4E and 35. RGB value is (105,78,53). Sum of RGB (Red+Green+Blue) = 105+78+53=236 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.49% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 105 - color contains mainly: red. Hex color #694E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E35 is #96B1CA. Grayscale: #535353. Windows color (decimal): -9875915 or 3493481. OLE color: 3493481.
HSL color Cylindrical-coordinate representation of color #694E35: hue angle of 28.85º degrees, saturation: 0.33, 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 #694E35 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 53 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.59 |
| HSL | 28.85º | 0.33% | 0.31% | - |
| HSV(B) | 28.85º | 0.5% | 0.41% | - |
| XYZ | 9.19 | 8.71 | 4.56 | - |
| YUV | 83.22 | 110.95 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 53 | 0 | 0.26 | 0.50 | 0.59 | 28.85 | 0.33 | 0.31 |
| Hex | 69 | 4E | 35 | 0 | 1A | 32 | 3B | 1D | 21 | 1F |
| Octal | 151 | 116 | 65 | 0 | 32 | 62 | 73 | 35 | 41 | 37 |
| Binary | 1101001 | 1001110 | 110101 | 0 | 11010 | 110010 | 111011 | 11101 | 100001 | 11111 |
Color Harmonies of #694E35
Complementary color
Monochromatic Colors of #694E35
Black with #694E35
Text Example
Text Example
White with #694E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E35; }
p { color: rgb(105,78,53); }
H1.HeaderClassName
{
color: #694E35;
}
.AnyTagClassName
{
color: #694E35;
}
</style>
background-color css
<style>
a { background-color: #694E35; }
a { background-color: rgb(105,78,53); }
div.DivClassName
{
background-color: #694E35;
}
.BgClassName
{
background-color: #694E35;
}
</style>
border-color css
<style>
span { border-color: #694E35; }
span { border-color: rgb(105,78,53); }
td.TdClassName
{
border-color: #694E35;
}
.TagClassName
{
border-color: #694E35;
}
</style>