Shades of Dallas #694F36
Tints of Dallas #694F36
RGB
CMYK
RGB Variations
Color information
#694F36 (or 0x694F36) is known color: Dallas. HEX triplet: 69, 4F and 36. RGB value is (105,79,54). Sum of RGB (Red+Green+Blue) = 105+79+54=238 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.12% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 54 (21.48% from 255 or 22.69% from 238); Max value from RGB is 105 - color contains mainly: red. Hex color #694F36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #694F36 is #96B0C9. Grayscale: #545454. Windows color (decimal): -9875658 or 3559273. OLE color: 3559273.
HSL color Cylindrical-coordinate representation of color #694F36: hue angle of 29.41º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #694F36 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 79 | 54 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.59 |
| HSL | 29.41º | 0.32% | 0.31% | - |
| HSV(B) | 29.41º | 0.49% | 0.41% | - |
| XYZ | 9.29 | 8.86 | 4.71 | - |
| YUV | 83.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 79 | 54 | 0 | 0.25 | 0.49 | 0.59 | 29.41 | 0.32 | 0.31 |
| Hex | 69 | 4F | 36 | 0 | 19 | 31 | 3B | 1D | 20 | 1F |
| Octal | 151 | 117 | 66 | 0 | 31 | 61 | 73 | 35 | 40 | 37 |
| Binary | 1101001 | 1001111 | 110110 | 0 | 11001 | 110001 | 111011 | 11101 | 100000 | 11111 |
Color Harmonies of #694F36
Complementary color
Monochromatic Colors of #694F36
Black with #694F36
Text Example
Text Example
White with #694F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #694F36; }
p { color: rgb(105,79,54); }
H1.HeaderClassName
{
color: #694F36;
}
.AnyTagClassName
{
color: #694F36;
}
</style>
background-color css
<style>
a { background-color: #694F36; }
a { background-color: rgb(105,79,54); }
div.DivClassName
{
background-color: #694F36;
}
.BgClassName
{
background-color: #694F36;
}
</style>
border-color css
<style>
span { border-color: #694F36; }
span { border-color: rgb(105,79,54); }
td.TdClassName
{
border-color: #694F36;
}
.TagClassName
{
border-color: #694F36;
}
</style>