Shades of Dallas #634B31
Tints of Dallas #634B31
RGB
CMYK
RGB Variations
Color information
#634B31 (or 0x634B31) is known color: Dallas. HEX triplet: 63, 4B and 31. RGB value is (99,75,49). Sum of RGB (Red+Green+Blue) = 99+75+49=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 75 (29.69% from 255 or 33.63% from 223); Blue value is 49 (19.53% from 255 or 21.97% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #634B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B31 is #9CB4CE. Grayscale: #4F4F4F. Windows color (decimal): -10269903 or 3230563. OLE color: 3230563.
HSL color Cylindrical-coordinate representation of color #634B31: hue angle of 31.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #634B31 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 75 | 49 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.61 |
| HSL | 31.2º | 0.34% | 0.29% | - |
| HSV(B) | 31.2º | 0.51% | 0.39% | - |
| XYZ | 8.22 | 7.91 | 4 | - |
| YUV | 79.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 49 | 0 | 0.24 | 0.51 | 0.61 | 31.2 | 0.34 | 0.29 |
| Hex | 63 | 4B | 31 | 0 | 18 | 33 | 3D | 1F | 22 | 1D |
| Octal | 143 | 113 | 61 | 0 | 30 | 63 | 75 | 37 | 42 | 35 |
| Binary | 1100011 | 1001011 | 110001 | 0 | 11000 | 110011 | 111101 | 11111 | 100010 | 11101 |
Color Harmonies of #634B31
Complementary color
Monochromatic Colors of #634B31
Black with #634B31
Text Example
Text Example
White with #634B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B31; }
p { color: rgb(99,75,49); }
H1.HeaderClassName
{
color: #634B31;
}
.AnyTagClassName
{
color: #634B31;
}
</style>
background-color css
<style>
a { background-color: #634B31; }
a { background-color: rgb(99,75,49); }
div.DivClassName
{
background-color: #634B31;
}
.BgClassName
{
background-color: #634B31;
}
</style>
border-color css
<style>
span { border-color: #634B31; }
span { border-color: rgb(99,75,49); }
td.TdClassName
{
border-color: #634B31;
}
.TagClassName
{
border-color: #634B31;
}
</style>