Shades of Dallas #634C30
Tints of Dallas #634C30
RGB
CMYK
RGB Variations
Color information
#634C30 (or 0x634C30) is known color: Dallas. HEX triplet: 63, 4C and 30. RGB value is (99,76,48). Sum of RGB (Red+Green+Blue) = 99+76+48=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #634C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C30 is #9CB3CF. Grayscale: #4F4F4F. Windows color (decimal): -10269648 or 3165283. OLE color: 3165283.
HSL color Cylindrical-coordinate representation of color #634C30: hue angle of 32.94º 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 #634C30 is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 48 | - |
| CMYK | 0 | 0.23 | 0.52 | 0.61 |
| HSL | 32.94º | 0.35% | 0.29% | - |
| HSV(B) | 32.94º | 0.52% | 0.39% | - |
| XYZ | 8.26 | 8.03 | 3.91 | - |
| YUV | 79.69 | 110.12 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 48 | 0 | 0.23 | 0.52 | 0.61 | 32.94 | 0.35 | 0.29 |
| Hex | 63 | 4C | 30 | 0 | 17 | 34 | 3D | 21 | 23 | 1D |
| Octal | 143 | 114 | 60 | 0 | 27 | 64 | 75 | 41 | 43 | 35 |
| Binary | 1100011 | 1001100 | 110000 | 0 | 10111 | 110100 | 111101 | 100001 | 100011 | 11101 |
Color Harmonies of #634C30
Complementary color
Monochromatic Colors of #634C30
Black with #634C30
Text Example
Text Example
White with #634C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C30; }
p { color: rgb(99,76,48); }
H1.HeaderClassName
{
color: #634C30;
}
.AnyTagClassName
{
color: #634C30;
}
</style>
background-color css
<style>
a { background-color: #634C30; }
a { background-color: rgb(99,76,48); }
div.DivClassName
{
background-color: #634C30;
}
.BgClassName
{
background-color: #634C30;
}
</style>
border-color css
<style>
span { border-color: #634C30; }
span { border-color: rgb(99,76,48); }
td.TdClassName
{
border-color: #634C30;
}
.TagClassName
{
border-color: #634C30;
}
</style>