Shades of Dallas #634A30
Tints of Dallas #634A30
RGB
CMYK
RGB Variations
Color information
#634A30 (or 0x634A30) is known color: Dallas. HEX triplet: 63, 4A and 30. RGB value is (99,74,48). Sum of RGB (Red+Green+Blue) = 99+74+48=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #634A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634A30 is #9CB5CF. Grayscale: #4E4E4E. Windows color (decimal): -10270160 or 3164771. OLE color: 3164771.
HSL color Cylindrical-coordinate representation of color #634A30: hue angle of 30.59º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #634A30 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 74 | 48 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.61 |
| HSL | 30.59º | 0.35% | 0.29% | - |
| HSV(B) | 30.59º | 0.52% | 0.39% | - |
| XYZ | 8.13 | 7.76 | 3.87 | - |
| YUV | 78.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 74 | 48 | 0 | 0.25 | 0.52 | 0.61 | 30.59 | 0.35 | 0.29 |
| Hex | 63 | 4A | 30 | 0 | 19 | 34 | 3D | 1F | 23 | 1D |
| Octal | 143 | 112 | 60 | 0 | 31 | 64 | 75 | 37 | 43 | 35 |
| Binary | 1100011 | 1001010 | 110000 | 0 | 11001 | 110100 | 111101 | 11111 | 100011 | 11101 |
Color Harmonies of #634A30
Complementary color
Monochromatic Colors of #634A30
Black with #634A30
Text Example
Text Example
White with #634A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634A30; }
p { color: rgb(99,74,48); }
H1.HeaderClassName
{
color: #634A30;
}
.AnyTagClassName
{
color: #634A30;
}
</style>
background-color css
<style>
a { background-color: #634A30; }
a { background-color: rgb(99,74,48); }
div.DivClassName
{
background-color: #634A30;
}
.BgClassName
{
background-color: #634A30;
}
</style>
border-color css
<style>
span { border-color: #634A30; }
span { border-color: rgb(99,74,48); }
td.TdClassName
{
border-color: #634A30;
}
.TagClassName
{
border-color: #634A30;
}
</style>