Shades of Dallas #634E35
Tints of Dallas #634E35
RGB
CMYK
RGB Variations
Color information
#634E35 (or 0x634E35) is known color: Dallas. HEX triplet: 63, 4E and 35. RGB value is (99,78,53). Sum of RGB (Red+Green+Blue) = 99+78+53=230 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.04% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 99 - color contains mainly: red. Hex color #634E35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E35 is #9CB1CA. Grayscale: #515151. Windows color (decimal): -10269131 or 3493475. OLE color: 3493475.
HSL color Cylindrical-coordinate representation of color #634E35: hue angle of 32.61º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #634E35 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 53 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.61 |
| HSL | 32.61º | 0.3% | 0.3% | - |
| HSV(B) | 32.61º | 0.46% | 0.39% | - |
| XYZ | 8.51 | 8.36 | 4.53 | - |
| YUV | 81.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 53 | 0 | 0.21 | 0.46 | 0.61 | 32.61 | 0.3 | 0.3 |
| Hex | 63 | 4E | 35 | 0 | 15 | 2E | 3D | 21 | 1E | 1E |
| Octal | 143 | 116 | 65 | 0 | 25 | 56 | 75 | 41 | 36 | 36 |
| Binary | 1100011 | 1001110 | 110101 | 0 | 10101 | 101110 | 111101 | 100001 | 11110 | 11110 |
Color Harmonies of #634E35
Complementary color
Monochromatic Colors of #634E35
Black with #634E35
Text Example
Text Example
White with #634E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E35; }
p { color: rgb(99,78,53); }
H1.HeaderClassName
{
color: #634E35;
}
.AnyTagClassName
{
color: #634E35;
}
</style>
background-color css
<style>
a { background-color: #634E35; }
a { background-color: rgb(99,78,53); }
div.DivClassName
{
background-color: #634E35;
}
.BgClassName
{
background-color: #634E35;
}
</style>
border-color css
<style>
span { border-color: #634E35; }
span { border-color: rgb(99,78,53); }
td.TdClassName
{
border-color: #634E35;
}
.TagClassName
{
border-color: #634E35;
}
</style>