Shades of Dallas #63492C
Tints of Dallas #63492C
RGB
CMYK
RGB Variations
Color information
#63492C (or 0x63492C) is known color: Dallas. HEX triplet: 63, 49 and 2C. RGB value is (99,73,44). Sum of RGB (Red+Green+Blue) = 99+73+44=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 73 (28.91% from 255 or 33.80% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #63492C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63492C is #9CB6D3. Grayscale: #4D4D4D. Windows color (decimal): -10270420 or 2902371. OLE color: 2902371.
HSL color Cylindrical-coordinate representation of color #63492C: hue angle of 31.64º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63492C is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 73 | 44 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.61 |
| HSL | 31.64º | 0.38% | 0.28% | - |
| HSV(B) | 31.64º | 0.56% | 0.39% | - |
| XYZ | 7.98 | 7.6 | 3.43 | - |
| YUV | 77.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 73 | 44 | 0 | 0.26 | 0.56 | 0.61 | 31.64 | 0.38 | 0.28 |
| Hex | 63 | 49 | 2C | 0 | 1A | 38 | 3D | 20 | 26 | 1C |
| Octal | 143 | 111 | 54 | 0 | 32 | 70 | 75 | 40 | 46 | 34 |
| Binary | 1100011 | 1001001 | 101100 | 0 | 11010 | 111000 | 111101 | 100000 | 100110 | 11100 |
Color Harmonies of #63492C
Complementary color
Monochromatic Colors of #63492C
Black with #63492C
Text Example
Text Example
White with #63492C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63492C; }
p { color: rgb(99,73,44); }
H1.HeaderClassName
{
color: #63492C;
}
.AnyTagClassName
{
color: #63492C;
}
</style>
background-color css
<style>
a { background-color: #63492C; }
a { background-color: rgb(99,73,44); }
div.DivClassName
{
background-color: #63492C;
}
.BgClassName
{
background-color: #63492C;
}
</style>
border-color css
<style>
span { border-color: #63492C; }
span { border-color: rgb(99,73,44); }
td.TdClassName
{
border-color: #63492C;
}
.TagClassName
{
border-color: #63492C;
}
</style>