Shades of Dallas #694E2D
Tints of Dallas #694E2D
RGB
CMYK
RGB Variations
Color information
#694E2D (or 0x694E2D) is known color: Dallas. HEX triplet: 69, 4E and 2D. RGB value is (105,78,45). Sum of RGB (Red+Green+Blue) = 105+78+45=228 (30% of max value = 765). Red value is 105 (41.41% from 255 or 46.05% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 105 - color contains mainly: red. Hex color #694E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694E2D is #96B1D2. Grayscale: #525252. Windows color (decimal): -9875923 or 2969193. OLE color: 2969193.
HSL color Cylindrical-coordinate representation of color #694E2D: hue angle of 33º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #694E2D is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 78 | 45 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.59 |
| HSL | 33º | 0.4% | 0.29% | - |
| HSV(B) | 33º | 0.57% | 0.41% | - |
| XYZ | 9.02 | 8.64 | 3.67 | - |
| YUV | 82.31 | 106.95 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 78 | 45 | 0 | 0.26 | 0.57 | 0.59 | 33 | 0.4 | 0.29 |
| Hex | 69 | 4E | 2D | 0 | 1A | 39 | 3B | 21 | 28 | 1D |
| Octal | 151 | 116 | 55 | 0 | 32 | 71 | 73 | 41 | 50 | 35 |
| Binary | 1101001 | 1001110 | 101101 | 0 | 11010 | 111001 | 111011 | 100001 | 101000 | 11101 |
Color Harmonies of #694E2D
Complementary color
Monochromatic Colors of #694E2D
Black with #694E2D
Text Example
Text Example
White with #694E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694E2D; }
p { color: rgb(105,78,45); }
H1.HeaderClassName
{
color: #694E2D;
}
.AnyTagClassName
{
color: #694E2D;
}
</style>
background-color css
<style>
a { background-color: #694E2D; }
a { background-color: rgb(105,78,45); }
div.DivClassName
{
background-color: #694E2D;
}
.BgClassName
{
background-color: #694E2D;
}
</style>
border-color css
<style>
span { border-color: #694E2D; }
span { border-color: rgb(105,78,45); }
td.TdClassName
{
border-color: #694E2D;
}
.TagClassName
{
border-color: #694E2D;
}
</style>