Shades of Dallas #694E2F
Tints of Dallas #694E2F
RGB
CMYK
RGB Variations
Color information
#694E2F (or 0x694E2F) is known color: Dallas. HEX triplet: 69, 4E and 2F. RGB value is (105,78,47). Sum of RGB (Red+Green+Blue) = 105+78+47=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #694E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E2F is #96B1D0. Grayscale: #525252. Windows color (decimal): -9875921 or 3100265. OLE color: 3100265.
HSL color Cylindrical-coordinate representation of color #694E2F: hue angle of 32.07º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #694E2F is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 47 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.59 |
| HSL | 32.07º | 0.38% | 0.3% | - |
| HSV(B) | 32.07º | 0.55% | 0.41% | - |
| XYZ | 9.06 | 8.66 | 3.88 | - |
| YUV | 82.54 | 107.95 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 47 | 0 | 0.26 | 0.55 | 0.59 | 32.07 | 0.38 | 0.3 |
| Hex | 69 | 4E | 2F | 0 | 1A | 37 | 3B | 20 | 26 | 1E |
| Octal | 151 | 116 | 57 | 0 | 32 | 67 | 73 | 40 | 46 | 36 |
| Binary | 1101001 | 1001110 | 101111 | 0 | 11010 | 110111 | 111011 | 100000 | 100110 | 11110 |
Color Harmonies of #694E2F
Complementary color
Monochromatic Colors of #694E2F
Black with #694E2F
Text Example
Text Example
White with #694E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E2F; }
p { color: rgb(105,78,47); }
H1.HeaderClassName
{
color: #694E2F;
}
.AnyTagClassName
{
color: #694E2F;
}
</style>
background-color css
<style>
a { background-color: #694E2F; }
a { background-color: rgb(105,78,47); }
div.DivClassName
{
background-color: #694E2F;
}
.BgClassName
{
background-color: #694E2F;
}
</style>
border-color css
<style>
span { border-color: #694E2F; }
span { border-color: rgb(105,78,47); }
td.TdClassName
{
border-color: #694E2F;
}
.TagClassName
{
border-color: #694E2F;
}
</style>