Shades of Dallas #634C2D
Tints of Dallas #634C2D
RGB
CMYK
RGB Variations
Color information
#634C2D (or 0x634C2D) is known color: Dallas. HEX triplet: 63, 4C and 2D. RGB value is (99,76,45). Sum of RGB (Red+Green+Blue) = 99+76+45=220 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 45 (17.97% from 255 or 20.45% from 220); Max value from RGB is 99 - color contains mainly: red. Hex color #634C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634C2D is #9CB3D2. Grayscale: #4F4F4F. Windows color (decimal): -10269651 or 2968675. OLE color: 2968675.
HSL color Cylindrical-coordinate representation of color #634C2D: hue angle of 34.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #634C2D is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 76 | 45 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.61 |
| HSL | 34.44º | 0.38% | 0.28% | - |
| HSV(B) | 34.44º | 0.55% | 0.39% | - |
| XYZ | 8.2 | 8.01 | 3.6 | - |
| YUV | 79.34 | 108.62 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 76 | 45 | 0 | 0.23 | 0.55 | 0.61 | 34.44 | 0.38 | 0.28 |
| Hex | 63 | 4C | 2D | 0 | 17 | 37 | 3D | 22 | 26 | 1C |
| Octal | 143 | 114 | 55 | 0 | 27 | 67 | 75 | 42 | 46 | 34 |
| Binary | 1100011 | 1001100 | 101101 | 0 | 10111 | 110111 | 111101 | 100010 | 100110 | 11100 |
Color Harmonies of #634C2D
Complementary color
Monochromatic Colors of #634C2D
Black with #634C2D
Text Example
Text Example
White with #634C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634C2D; }
p { color: rgb(99,76,45); }
H1.HeaderClassName
{
color: #634C2D;
}
.AnyTagClassName
{
color: #634C2D;
}
</style>
background-color css
<style>
a { background-color: #634C2D; }
a { background-color: rgb(99,76,45); }
div.DivClassName
{
background-color: #634C2D;
}
.BgClassName
{
background-color: #634C2D;
}
</style>
border-color css
<style>
span { border-color: #634C2D; }
span { border-color: rgb(99,76,45); }
td.TdClassName
{
border-color: #634C2D;
}
.TagClassName
{
border-color: #634C2D;
}
</style>