Shades of Dallas #634F2D
Tints of Dallas #634F2D
RGB
CMYK
RGB Variations
Color information
#634F2D (or 0x634F2D) is known color: Dallas. HEX triplet: 63, 4F and 2D. RGB value is (99,79,45). Sum of RGB (Red+Green+Blue) = 99+79+45=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #634F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F2D is #9CB0D2. Grayscale: #515151. Windows color (decimal): -10268883 or 2969443. OLE color: 2969443.
HSL color Cylindrical-coordinate representation of color #634F2D: hue angle of 37.78º 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 #634F2D is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 45 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.61 |
| HSL | 37.78º | 0.38% | 0.28% | - |
| HSV(B) | 37.78º | 0.55% | 0.39% | - |
| XYZ | 8.42 | 8.43 | 3.67 | - |
| YUV | 81.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 45 | 0 | 0.20 | 0.55 | 0.61 | 37.78 | 0.38 | 0.28 |
| Hex | 63 | 4F | 2D | 0 | 14 | 37 | 3D | 26 | 26 | 1C |
| Octal | 143 | 117 | 55 | 0 | 24 | 67 | 75 | 46 | 46 | 34 |
| Binary | 1100011 | 1001111 | 101101 | 0 | 10100 | 110111 | 111101 | 100110 | 100110 | 11100 |
Color Harmonies of #634F2D
Complementary color
Monochromatic Colors of #634F2D
Black with #634F2D
Text Example
Text Example
White with #634F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F2D; }
p { color: rgb(99,79,45); }
H1.HeaderClassName
{
color: #634F2D;
}
.AnyTagClassName
{
color: #634F2D;
}
</style>
background-color css
<style>
a { background-color: #634F2D; }
a { background-color: rgb(99,79,45); }
div.DivClassName
{
background-color: #634F2D;
}
.BgClassName
{
background-color: #634F2D;
}
</style>
border-color css
<style>
span { border-color: #634F2D; }
span { border-color: rgb(99,79,45); }
td.TdClassName
{
border-color: #634F2D;
}
.TagClassName
{
border-color: #634F2D;
}
</style>