Shades of Dallas #634B2F
Tints of Dallas #634B2F
RGB
CMYK
RGB Variations
Color information
#634B2F (or 0x634B2F) is known color: Dallas. HEX triplet: 63, 4B and 2F. RGB value is (99,75,47). Sum of RGB (Red+Green+Blue) = 99+75+47=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #634B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B2F is #9CB4D0. Grayscale: #4F4F4F. Windows color (decimal): -10269905 or 3099491. OLE color: 3099491.
HSL color Cylindrical-coordinate representation of color #634B2F: hue angle of 32.31º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #634B2F is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 75 | 47 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.61 |
| HSL | 32.31º | 0.36% | 0.29% | - |
| HSV(B) | 32.31º | 0.53% | 0.39% | - |
| XYZ | 8.17 | 7.89 | 3.78 | - |
| YUV | 78.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 75 | 47 | 0 | 0.24 | 0.53 | 0.61 | 32.31 | 0.36 | 0.29 |
| Hex | 63 | 4B | 2F | 0 | 18 | 35 | 3D | 20 | 24 | 1D |
| Octal | 143 | 113 | 57 | 0 | 30 | 65 | 75 | 40 | 44 | 35 |
| Binary | 1100011 | 1001011 | 101111 | 0 | 11000 | 110101 | 111101 | 100000 | 100100 | 11101 |
Color Harmonies of #634B2F
Complementary color
Monochromatic Colors of #634B2F
Black with #634B2F
Text Example
Text Example
White with #634B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634B2F; }
p { color: rgb(99,75,47); }
H1.HeaderClassName
{
color: #634B2F;
}
.AnyTagClassName
{
color: #634B2F;
}
</style>
background-color css
<style>
a { background-color: #634B2F; }
a { background-color: rgb(99,75,47); }
div.DivClassName
{
background-color: #634B2F;
}
.BgClassName
{
background-color: #634B2F;
}
</style>
border-color css
<style>
span { border-color: #634B2F; }
span { border-color: rgb(99,75,47); }
td.TdClassName
{
border-color: #634B2F;
}
.TagClassName
{
border-color: #634B2F;
}
</style>