Shades of Dallas #624C2D
Tints of Dallas #624C2D
RGB
CMYK
RGB Variations
Color information
#624C2D (or 0x624C2D) is known color: Dallas. HEX triplet: 62, 4C and 2D. RGB value is (98,76,45). Sum of RGB (Red+Green+Blue) = 98+76+45=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #624C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C2D is #9DB3D2. Grayscale: #4F4F4F. Windows color (decimal): -10335187 or 2968674. OLE color: 2968674.
HSL color Cylindrical-coordinate representation of color #624C2D: hue angle of 35.09º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #624C2D is Cyan = 0, Magento = 0.22, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 45 | - |
| CMYK | 0 | 0.22 | 0.54 | 0.62 |
| HSL | 35.09º | 0.37% | 0.28% | - |
| HSV(B) | 35.09º | 0.54% | 0.38% | - |
| XYZ | 8.1 | 7.96 | 3.59 | - |
| YUV | 79.04 | 108.79 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 45 | 0 | 0.22 | 0.54 | 0.62 | 35.09 | 0.37 | 0.28 |
| Hex | 62 | 4C | 2D | 0 | 16 | 36 | 3E | 23 | 25 | 1C |
| Octal | 142 | 114 | 55 | 0 | 26 | 66 | 76 | 43 | 45 | 34 |
| Binary | 1100010 | 1001100 | 101101 | 0 | 10110 | 110110 | 111110 | 100011 | 100101 | 11100 |
Color Harmonies of #624C2D
Complementary color
Monochromatic Colors of #624C2D
Black with #624C2D
Text Example
Text Example
White with #624C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C2D; }
p { color: rgb(98,76,45); }
H1.HeaderClassName
{
color: #624C2D;
}
.AnyTagClassName
{
color: #624C2D;
}
</style>
background-color css
<style>
a { background-color: #624C2D; }
a { background-color: rgb(98,76,45); }
div.DivClassName
{
background-color: #624C2D;
}
.BgClassName
{
background-color: #624C2D;
}
</style>
border-color css
<style>
span { border-color: #624C2D; }
span { border-color: rgb(98,76,45); }
td.TdClassName
{
border-color: #624C2D;
}
.TagClassName
{
border-color: #624C2D;
}
</style>