Shades of Dallas #634E2E
Tints of Dallas #634E2E
RGB
CMYK
RGB Variations
Color information
#634E2E (or 0x634E2E) is known color: Dallas. HEX triplet: 63, 4E and 2E. RGB value is (99,78,46). Sum of RGB (Red+Green+Blue) = 99+78+46=223 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.39% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 99 - color contains mainly: red. Hex color #634E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E2E is #9CB1D1. Grayscale: #505050. Windows color (decimal): -10269138 or 3034723. OLE color: 3034723.
HSL color Cylindrical-coordinate representation of color #634E2E: hue angle of 36.23º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #634E2E is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 78 | 46 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.61 |
| HSL | 36.23º | 0.37% | 0.28% | - |
| HSV(B) | 36.23º | 0.54% | 0.39% | - |
| XYZ | 8.36 | 8.3 | 3.75 | - |
| YUV | 80.63 | 108.46 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 78 | 46 | 0 | 0.21 | 0.54 | 0.61 | 36.23 | 0.37 | 0.28 |
| Hex | 63 | 4E | 2E | 0 | 15 | 36 | 3D | 24 | 25 | 1C |
| Octal | 143 | 116 | 56 | 0 | 25 | 66 | 75 | 44 | 45 | 34 |
| Binary | 1100011 | 1001110 | 101110 | 0 | 10101 | 110110 | 111101 | 100100 | 100101 | 11100 |
Color Harmonies of #634E2E
Complementary color
Monochromatic Colors of #634E2E
Black with #634E2E
Text Example
Text Example
White with #634E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634E2E; }
p { color: rgb(99,78,46); }
H1.HeaderClassName
{
color: #634E2E;
}
.AnyTagClassName
{
color: #634E2E;
}
</style>
background-color css
<style>
a { background-color: #634E2E; }
a { background-color: rgb(99,78,46); }
div.DivClassName
{
background-color: #634E2E;
}
.BgClassName
{
background-color: #634E2E;
}
</style>
border-color css
<style>
span { border-color: #634E2E; }
span { border-color: rgb(99,78,46); }
td.TdClassName
{
border-color: #634E2E;
}
.TagClassName
{
border-color: #634E2E;
}
</style>