Shades of Dallas #694B2C
Tints of Dallas #694B2C
RGB
CMYK
RGB Variations
Color information
#694B2C (or 0x694B2C) is known color: Dallas. HEX triplet: 69, 4B and 2C. RGB value is (105,75,44). Sum of RGB (Red+Green+Blue) = 105+75+44=224 (29% of max value = 765). Red value is 105 (41.41% from 255 or 46.88% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 105 - color contains mainly: red. Hex color #694B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #694B2C is #96B4D3. Grayscale: #505050. Windows color (decimal): -9876692 or 2902889. OLE color: 2902889.
HSL color Cylindrical-coordinate representation of color #694B2C: hue angle of 30.49º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #694B2C is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 75 | 44 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.59 |
| HSL | 30.49º | 0.41% | 0.29% | - |
| HSV(B) | 30.49º | 0.58% | 0.41% | - |
| XYZ | 8.8 | 8.22 | 3.51 | - |
| YUV | 80.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 75 | 44 | 0 | 0.29 | 0.58 | 0.59 | 30.49 | 0.41 | 0.29 |
| Hex | 69 | 4B | 2C | 0 | 1D | 3A | 3B | 1E | 29 | 1D |
| Octal | 151 | 113 | 54 | 0 | 35 | 72 | 73 | 36 | 51 | 35 |
| Binary | 1101001 | 1001011 | 101100 | 0 | 11101 | 111010 | 111011 | 11110 | 101001 | 11101 |
Color Harmonies of #694B2C
Complementary color
Monochromatic Colors of #694B2C
Black with #694B2C
Text Example
Text Example
White with #694B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694B2C; }
p { color: rgb(105,75,44); }
H1.HeaderClassName
{
color: #694B2C;
}
.AnyTagClassName
{
color: #694B2C;
}
</style>
background-color css
<style>
a { background-color: #694B2C; }
a { background-color: rgb(105,75,44); }
div.DivClassName
{
background-color: #694B2C;
}
.BgClassName
{
background-color: #694B2C;
}
</style>
border-color css
<style>
span { border-color: #694B2C; }
span { border-color: rgb(105,75,44); }
td.TdClassName
{
border-color: #694B2C;
}
.TagClassName
{
border-color: #694B2C;
}
</style>