Shades of Dallas #624E2C
Tints of Dallas #624E2C
RGB
CMYK
RGB Variations
Color information
#624E2C (or 0x624E2C) is known color: Dallas. HEX triplet: 62, 4E and 2C. RGB value is (98,78,44). Sum of RGB (Red+Green+Blue) = 98+78+44=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #624E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E2C is #9DB1D3. Grayscale: #505050. Windows color (decimal): -10334676 or 2903650. OLE color: 2903650.
HSL color Cylindrical-coordinate representation of color #624E2C: hue angle of 37.78º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #624E2C is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 44 | - |
| CMYK | 0 | 0.20 | 0.55 | 0.62 |
| HSL | 37.78º | 0.38% | 0.28% | - |
| HSV(B) | 37.78º | 0.55% | 0.38% | - |
| XYZ | 8.22 | 8.23 | 3.54 | - |
| YUV | 80.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 44 | 0 | 0.20 | 0.55 | 0.62 | 37.78 | 0.38 | 0.28 |
| Hex | 62 | 4E | 2C | 0 | 14 | 37 | 3E | 26 | 26 | 1C |
| Octal | 142 | 116 | 54 | 0 | 24 | 67 | 76 | 46 | 46 | 34 |
| Binary | 1100010 | 1001110 | 101100 | 0 | 10100 | 110111 | 111110 | 100110 | 100110 | 11100 |
Color Harmonies of #624E2C
Complementary color
Monochromatic Colors of #624E2C
Black with #624E2C
Text Example
Text Example
White with #624E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E2C; }
p { color: rgb(98,78,44); }
H1.HeaderClassName
{
color: #624E2C;
}
.AnyTagClassName
{
color: #624E2C;
}
</style>
background-color css
<style>
a { background-color: #624E2C; }
a { background-color: rgb(98,78,44); }
div.DivClassName
{
background-color: #624E2C;
}
.BgClassName
{
background-color: #624E2C;
}
</style>
border-color css
<style>
span { border-color: #624E2C; }
span { border-color: rgb(98,78,44); }
td.TdClassName
{
border-color: #624E2C;
}
.TagClassName
{
border-color: #624E2C;
}
</style>