Shades of Dallas #694E2A
Tints of Dallas #694E2A
RGB
CMYK
RGB Variations
Color information
#694E2A (or 0x694E2A) is known color: Dallas. HEX triplet: 69, 4E and 2A. RGB value is (105,78,42). Sum of RGB (Red+Green+Blue) = 105+78+42=225 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.67% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 105 - color contains mainly: red. Hex color #694E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E2A is #96B1D5. Grayscale: #525252. Windows color (decimal): -9875926 or 2772585. OLE color: 2772585.
HSL color Cylindrical-coordinate representation of color #694E2A: hue angle of 34.29º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #694E2A is Cyan = 0, Magento = 0.26, Yellow = 0.6 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 42 | - |
| CMYK | 0 | 0.26 | 0.6 | 0.59 |
| HSL | 34.29º | 0.43% | 0.29% | - |
| HSV(B) | 34.29º | 0.6% | 0.41% | - |
| XYZ | 8.97 | 8.62 | 3.38 | - |
| YUV | 81.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 42 | 0 | 0.26 | 0.6 | 0.59 | 34.29 | 0.43 | 0.29 |
| Hex | 69 | 4E | 2A | 0 | 1A | 3C | 3B | 22 | 2B | 1D |
| Octal | 151 | 116 | 52 | 0 | 32 | 74 | 73 | 42 | 53 | 35 |
| Binary | 1101001 | 1001110 | 101010 | 0 | 11010 | 111100 | 111011 | 100010 | 101011 | 11101 |
Color Harmonies of #694E2A
Complementary color
Monochromatic Colors of #694E2A
Black with #694E2A
Text Example
Text Example
White with #694E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E2A; }
p { color: rgb(105,78,42); }
H1.HeaderClassName
{
color: #694E2A;
}
.AnyTagClassName
{
color: #694E2A;
}
</style>
background-color css
<style>
a { background-color: #694E2A; }
a { background-color: rgb(105,78,42); }
div.DivClassName
{
background-color: #694E2A;
}
.BgClassName
{
background-color: #694E2A;
}
</style>
border-color css
<style>
span { border-color: #694E2A; }
span { border-color: rgb(105,78,42); }
td.TdClassName
{
border-color: #694E2A;
}
.TagClassName
{
border-color: #694E2A;
}
</style>