Shades of Dallas #634D2D
Tints of Dallas #634D2D
RGB
CMYK
RGB Variations
Color information
#634D2D (or 0x634D2D) is known color: Dallas. HEX triplet: 63, 4D and 2D. RGB value is (99,77,45). Sum of RGB (Red+Green+Blue) = 99+77+45=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #634D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634D2D is #9CB2D2. Grayscale: #505050. Windows color (decimal): -10269395 or 2968931. OLE color: 2968931.
HSL color Cylindrical-coordinate representation of color #634D2D: hue angle of 35.56º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #634D2D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 77 | 45 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.61 |
| HSL | 35.56º | 0.38% | 0.28% | - |
| HSV(B) | 35.56º | 0.55% | 0.39% | - |
| XYZ | 8.27 | 8.15 | 3.62 | - |
| YUV | 79.93 | 108.29 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 77 | 45 | 0 | 0.22 | 0.55 | 0.61 | 35.56 | 0.38 | 0.28 |
| Hex | 63 | 4D | 2D | 0 | 16 | 37 | 3D | 24 | 26 | 1C |
| Octal | 143 | 115 | 55 | 0 | 26 | 67 | 75 | 44 | 46 | 34 |
| Binary | 1100011 | 1001101 | 101101 | 0 | 10110 | 110111 | 111101 | 100100 | 100110 | 11100 |
Color Harmonies of #634D2D
Complementary color
Monochromatic Colors of #634D2D
Black with #634D2D
Text Example
Text Example
White with #634D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634D2D; }
p { color: rgb(99,77,45); }
H1.HeaderClassName
{
color: #634D2D;
}
.AnyTagClassName
{
color: #634D2D;
}
</style>
background-color css
<style>
a { background-color: #634D2D; }
a { background-color: rgb(99,77,45); }
div.DivClassName
{
background-color: #634D2D;
}
.BgClassName
{
background-color: #634D2D;
}
</style>
border-color css
<style>
span { border-color: #634D2D; }
span { border-color: rgb(99,77,45); }
td.TdClassName
{
border-color: #634D2D;
}
.TagClassName
{
border-color: #634D2D;
}
</style>