Shades of Dallas #694D32
Tints of Dallas #694D32
RGB
CMYK
RGB Variations
Color information
#694D32 (or 0x694D32) is known color: Dallas. HEX triplet: 69, 4D and 32. RGB value is (105,77,50). Sum of RGB (Red+Green+Blue) = 105+77+50=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #694D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694D32 is #96B2CD. Grayscale: #525252. Windows color (decimal): -9876174 or 3296617. OLE color: 3296617.
HSL color Cylindrical-coordinate representation of color #694D32: hue angle of 29.45º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #694D32 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 77 | 50 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.59 |
| HSL | 29.45º | 0.35% | 0.3% | - |
| HSV(B) | 29.45º | 0.52% | 0.41% | - |
| XYZ | 9.06 | 8.54 | 4.19 | - |
| YUV | 82.29 | 109.78 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 77 | 50 | 0 | 0.27 | 0.52 | 0.59 | 29.45 | 0.35 | 0.3 |
| Hex | 69 | 4D | 32 | 0 | 1B | 34 | 3B | 1D | 23 | 1E |
| Octal | 151 | 115 | 62 | 0 | 33 | 64 | 73 | 35 | 43 | 36 |
| Binary | 1101001 | 1001101 | 110010 | 0 | 11011 | 110100 | 111011 | 11101 | 100011 | 11110 |
Color Harmonies of #694D32
Complementary color
Monochromatic Colors of #694D32
Black with #694D32
Text Example
Text Example
White with #694D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694D32; }
p { color: rgb(105,77,50); }
H1.HeaderClassName
{
color: #694D32;
}
.AnyTagClassName
{
color: #694D32;
}
</style>
background-color css
<style>
a { background-color: #694D32; }
a { background-color: rgb(105,77,50); }
div.DivClassName
{
background-color: #694D32;
}
.BgClassName
{
background-color: #694D32;
}
</style>
border-color css
<style>
span { border-color: #694D32; }
span { border-color: rgb(105,77,50); }
td.TdClassName
{
border-color: #694D32;
}
.TagClassName
{
border-color: #694D32;
}
</style>