Shades of Dallas #634E34
Tints of Dallas #634E34
RGB
CMYK
RGB Variations
Color information
#634E34 (or 0x634E34) is known color: Dallas. HEX triplet: 63, 4E and 34. RGB value is (99,78,52). Sum of RGB (Red+Green+Blue) = 99+78+52=229 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.23% from 229); Green value is 78 (30.86% from 255 or 34.06% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 99 - color contains mainly: red. Hex color #634E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E34 is #9CB1CB. Grayscale: #515151. Windows color (decimal): -10269132 or 3427939. OLE color: 3427939.
HSL color Cylindrical-coordinate representation of color #634E34: hue angle of 33.19º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #634E34 is Cyan = 0, Magento = 0.21, Yellow = 0.47 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 52 | - |
| CMYK | 0 | 0.21 | 0.47 | 0.61 |
| HSL | 33.19º | 0.31% | 0.3% | - |
| HSV(B) | 33.19º | 0.47% | 0.39% | - |
| XYZ | 8.49 | 8.35 | 4.41 | - |
| YUV | 81.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 52 | 0 | 0.21 | 0.47 | 0.61 | 33.19 | 0.31 | 0.3 |
| Hex | 63 | 4E | 34 | 0 | 15 | 2F | 3D | 21 | 1F | 1E |
| Octal | 143 | 116 | 64 | 0 | 25 | 57 | 75 | 41 | 37 | 36 |
| Binary | 1100011 | 1001110 | 110100 | 0 | 10101 | 101111 | 111101 | 100001 | 11111 | 11110 |
Color Harmonies of #634E34
Complementary color
Monochromatic Colors of #634E34
Black with #634E34
Text Example
Text Example
White with #634E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E34; }
p { color: rgb(99,78,52); }
H1.HeaderClassName
{
color: #634E34;
}
.AnyTagClassName
{
color: #634E34;
}
</style>
background-color css
<style>
a { background-color: #634E34; }
a { background-color: rgb(99,78,52); }
div.DivClassName
{
background-color: #634E34;
}
.BgClassName
{
background-color: #634E34;
}
</style>
border-color css
<style>
span { border-color: #634E34; }
span { border-color: rgb(99,78,52); }
td.TdClassName
{
border-color: #634E34;
}
.TagClassName
{
border-color: #634E34;
}
</style>