Shades of Dallas #634A28
Tints of Dallas #634A28
RGB
CMYK
RGB Variations
Color information
#634A28 (or 0x634A28) is known color: Dallas. HEX triplet: 63, 4A and 28. RGB value is (99,74,40). Sum of RGB (Red+Green+Blue) = 99+74+40=213 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.48% from 213); Green value is 74 (29.30% from 255 or 34.74% from 213); Blue value is 40 (16.02% from 255 or 18.78% from 213); Max value from RGB is 99 - color contains mainly: red. Hex color #634A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A28 is #9CB5D7. Grayscale: #4D4D4D. Windows color (decimal): -10270168 or 2640483. OLE color: 2640483.
HSL color Cylindrical-coordinate representation of color #634A28: hue angle of 34.58º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #634A28 is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 40 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.61 |
| HSL | 34.58º | 0.42% | 0.27% | - |
| HSV(B) | 34.58º | 0.6% | 0.39% | - |
| XYZ | 7.98 | 7.7 | 3.07 | - |
| YUV | 77.6 | 106.78 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 40 | 0 | 0.25 | 0.60 | 0.61 | 34.58 | 0.42 | 0.27 |
| Hex | 63 | 4A | 28 | 0 | 19 | 3C | 3D | 23 | 2A | 1B |
| Octal | 143 | 112 | 50 | 0 | 31 | 74 | 75 | 43 | 52 | 33 |
| Binary | 1100011 | 1001010 | 101000 | 0 | 11001 | 111100 | 111101 | 100011 | 101010 | 11011 |
Color Harmonies of #634A28
Complementary color
Monochromatic Colors of #634A28
Black with #634A28
Text Example
Text Example
White with #634A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A28; }
p { color: rgb(99,74,40); }
H1.HeaderClassName
{
color: #634A28;
}
.AnyTagClassName
{
color: #634A28;
}
</style>
background-color css
<style>
a { background-color: #634A28; }
a { background-color: rgb(99,74,40); }
div.DivClassName
{
background-color: #634A28;
}
.BgClassName
{
background-color: #634A28;
}
</style>
border-color css
<style>
span { border-color: #634A28; }
span { border-color: rgb(99,74,40); }
td.TdClassName
{
border-color: #634A28;
}
.TagClassName
{
border-color: #634A28;
}
</style>