Shades of Dallas #634E2D
Tints of Dallas #634E2D
RGB
CMYK
RGB Variations
Color information
#634E2D (or 0x634E2D) is known color: Dallas. HEX triplet: 63, 4E and 2D. RGB value is (99,78,45). Sum of RGB (Red+Green+Blue) = 99+78+45=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #634E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E2D is #9CB1D2. Grayscale: #505050. Windows color (decimal): -10269139 or 2969187. OLE color: 2969187.
HSL color Cylindrical-coordinate representation of color #634E2D: hue angle of 36.67º 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 #634E2D is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 45 | - |
| CMYK | 0 | 0.21 | 0.55 | 0.61 |
| HSL | 36.67º | 0.38% | 0.28% | - |
| HSV(B) | 36.67º | 0.55% | 0.39% | - |
| XYZ | 8.34 | 8.29 | 3.64 | - |
| YUV | 80.52 | 107.96 | 141.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 45 | 0 | 0.21 | 0.55 | 0.61 | 36.67 | 0.38 | 0.28 |
| Hex | 63 | 4E | 2D | 0 | 15 | 37 | 3D | 25 | 26 | 1C |
| Octal | 143 | 116 | 55 | 0 | 25 | 67 | 75 | 45 | 46 | 34 |
| Binary | 1100011 | 1001110 | 101101 | 0 | 10101 | 110111 | 111101 | 100101 | 100110 | 11100 |
Color Harmonies of #634E2D
Complementary color
Monochromatic Colors of #634E2D
Black with #634E2D
Text Example
Text Example
White with #634E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E2D; }
p { color: rgb(99,78,45); }
H1.HeaderClassName
{
color: #634E2D;
}
.AnyTagClassName
{
color: #634E2D;
}
</style>
background-color css
<style>
a { background-color: #634E2D; }
a { background-color: rgb(99,78,45); }
div.DivClassName
{
background-color: #634E2D;
}
.BgClassName
{
background-color: #634E2D;
}
</style>
border-color css
<style>
span { border-color: #634E2D; }
span { border-color: rgb(99,78,45); }
td.TdClassName
{
border-color: #634E2D;
}
.TagClassName
{
border-color: #634E2D;
}
</style>