Shades of Dallas #624E36
Tints of Dallas #624E36
RGB
CMYK
RGB Variations
Color information
#624E36 (or 0x624E36) is known color: Dallas. HEX triplet: 62, 4E and 36. RGB value is (98,78,54). Sum of RGB (Red+Green+Blue) = 98+78+54=230 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.61% from 230); Green value is 78 (30.86% from 255 or 33.91% from 230); Blue value is 54 (21.48% from 255 or 23.48% from 230); Max value from RGB is 98 - color contains mainly: red. Hex color #624E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E36 is #9DB1C9. Grayscale: #515151. Windows color (decimal): -10334666 or 3559010. OLE color: 3559010.
HSL color Cylindrical-coordinate representation of color #624E36: hue angle of 32.73º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #624E36 is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 54 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.62 |
| HSL | 32.73º | 0.29% | 0.3% | - |
| HSV(B) | 32.73º | 0.45% | 0.38% | - |
| XYZ | 8.43 | 8.31 | 4.65 | - |
| YUV | 81.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 54 | 0 | 0.20 | 0.45 | 0.62 | 32.73 | 0.29 | 0.3 |
| Hex | 62 | 4E | 36 | 0 | 14 | 2D | 3E | 21 | 1D | 1E |
| Octal | 142 | 116 | 66 | 0 | 24 | 55 | 76 | 41 | 35 | 36 |
| Binary | 1100010 | 1001110 | 110110 | 0 | 10100 | 101101 | 111110 | 100001 | 11101 | 11110 |
Color Harmonies of #624E36
Complementary color
Monochromatic Colors of #624E36
Black with #624E36
Text Example
Text Example
White with #624E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E36; }
p { color: rgb(98,78,54); }
H1.HeaderClassName
{
color: #624E36;
}
.AnyTagClassName
{
color: #624E36;
}
</style>
background-color css
<style>
a { background-color: #624E36; }
a { background-color: rgb(98,78,54); }
div.DivClassName
{
background-color: #624E36;
}
.BgClassName
{
background-color: #624E36;
}
</style>
border-color css
<style>
span { border-color: #624E36; }
span { border-color: rgb(98,78,54); }
td.TdClassName
{
border-color: #624E36;
}
.TagClassName
{
border-color: #624E36;
}
</style>