Shades of Dallas #634C2A
Tints of Dallas #634C2A
RGB
CMYK
RGB Variations
Color information
#634C2A (or 0x634C2A) is known color: Dallas. HEX triplet: 63, 4C and 2A. RGB value is (99,76,42). Sum of RGB (Red+Green+Blue) = 99+76+42=217 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.62% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 99 - color contains mainly: red. Hex color #634C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C2A is #9CB3D5. Grayscale: #4F4F4F. Windows color (decimal): -10269654 or 2772067. OLE color: 2772067.
HSL color Cylindrical-coordinate representation of color #634C2A: hue angle of 35.79º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #634C2A is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 42 | - |
| CMYK | 0 | 0.23 | 0.58 | 0.61 |
| HSL | 35.79º | 0.4% | 0.28% | - |
| HSV(B) | 35.79º | 0.58% | 0.39% | - |
| XYZ | 8.15 | 7.99 | 3.3 | - |
| YUV | 79 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 42 | 0 | 0.23 | 0.58 | 0.61 | 35.79 | 0.4 | 0.28 |
| Hex | 63 | 4C | 2A | 0 | 17 | 3A | 3D | 24 | 28 | 1C |
| Octal | 143 | 114 | 52 | 0 | 27 | 72 | 75 | 44 | 50 | 34 |
| Binary | 1100011 | 1001100 | 101010 | 0 | 10111 | 111010 | 111101 | 100100 | 101000 | 11100 |
Color Harmonies of #634C2A
Complementary color
Monochromatic Colors of #634C2A
Black with #634C2A
Text Example
Text Example
White with #634C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C2A; }
p { color: rgb(99,76,42); }
H1.HeaderClassName
{
color: #634C2A;
}
.AnyTagClassName
{
color: #634C2A;
}
</style>
background-color css
<style>
a { background-color: #634C2A; }
a { background-color: rgb(99,76,42); }
div.DivClassName
{
background-color: #634C2A;
}
.BgClassName
{
background-color: #634C2A;
}
</style>
border-color css
<style>
span { border-color: #634C2A; }
span { border-color: rgb(99,76,42); }
td.TdClassName
{
border-color: #634C2A;
}
.TagClassName
{
border-color: #634C2A;
}
</style>