Shades of Dallas #634C32
Tints of Dallas #634C32
RGB
CMYK
RGB Variations
Color information
#634C32 (or 0x634C32) is known color: Dallas. HEX triplet: 63, 4C and 32. RGB value is (99,76,50). Sum of RGB (Red+Green+Blue) = 99+76+50=225 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 99 - color contains mainly: red. Hex color #634C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C32 is #9CB3CD. Grayscale: #505050. Windows color (decimal): -10269646 or 3296355. OLE color: 3296355.
HSL color Cylindrical-coordinate representation of color #634C32: hue angle of 31.84º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #634C32 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 50 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.61 |
| HSL | 31.84º | 0.33% | 0.29% | - |
| HSV(B) | 31.84º | 0.49% | 0.39% | - |
| XYZ | 8.31 | 8.05 | 4.13 | - |
| YUV | 79.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 50 | 0 | 0.23 | 0.49 | 0.61 | 31.84 | 0.33 | 0.29 |
| Hex | 63 | 4C | 32 | 0 | 17 | 31 | 3D | 20 | 21 | 1D |
| Octal | 143 | 114 | 62 | 0 | 27 | 61 | 75 | 40 | 41 | 35 |
| Binary | 1100011 | 1001100 | 110010 | 0 | 10111 | 110001 | 111101 | 100000 | 100001 | 11101 |
Color Harmonies of #634C32
Complementary color
Monochromatic Colors of #634C32
Black with #634C32
Text Example
Text Example
White with #634C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C32; }
p { color: rgb(99,76,50); }
H1.HeaderClassName
{
color: #634C32;
}
.AnyTagClassName
{
color: #634C32;
}
</style>
background-color css
<style>
a { background-color: #634C32; }
a { background-color: rgb(99,76,50); }
div.DivClassName
{
background-color: #634C32;
}
.BgClassName
{
background-color: #634C32;
}
</style>
border-color css
<style>
span { border-color: #634C32; }
span { border-color: rgb(99,76,50); }
td.TdClassName
{
border-color: #634C32;
}
.TagClassName
{
border-color: #634C32;
}
</style>