Shades of Dallas #624E38
Tints of Dallas #624E38
RGB
CMYK
RGB Variations
Color information
#624E38 (or 0x624E38) is known color: Dallas. HEX triplet: 62, 4E and 38. RGB value is (98,78,56). Sum of RGB (Red+Green+Blue) = 98+78+56=232 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.24% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 98 - color contains mainly: red. Hex color #624E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E38 is #9DB1C7. Grayscale: #515151. Windows color (decimal): -10334664 or 3690082. OLE color: 3690082.
HSL color Cylindrical-coordinate representation of color #624E38: hue angle of 31.43º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #624E38 is Cyan = 0, Magento = 0.20, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 56 | - |
| CMYK | 0 | 0.20 | 0.43 | 0.62 |
| HSL | 31.43º | 0.27% | 0.3% | - |
| HSV(B) | 31.43º | 0.43% | 0.38% | - |
| XYZ | 8.48 | 8.33 | 4.9 | - |
| YUV | 81.47 | 113.63 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 56 | 0 | 0.20 | 0.43 | 0.62 | 31.43 | 0.27 | 0.3 |
| Hex | 62 | 4E | 38 | 0 | 14 | 2B | 3E | 1F | 1B | 1E |
| Octal | 142 | 116 | 70 | 0 | 24 | 53 | 76 | 37 | 33 | 36 |
| Binary | 1100010 | 1001110 | 111000 | 0 | 10100 | 101011 | 111110 | 11111 | 11011 | 11110 |
Color Harmonies of #624E38
Complementary color
Monochromatic Colors of #624E38
Black with #624E38
Text Example
Text Example
White with #624E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E38; }
p { color: rgb(98,78,56); }
H1.HeaderClassName
{
color: #624E38;
}
.AnyTagClassName
{
color: #624E38;
}
</style>
background-color css
<style>
a { background-color: #624E38; }
a { background-color: rgb(98,78,56); }
div.DivClassName
{
background-color: #624E38;
}
.BgClassName
{
background-color: #624E38;
}
</style>
border-color css
<style>
span { border-color: #624E38; }
span { border-color: rgb(98,78,56); }
td.TdClassName
{
border-color: #624E38;
}
.TagClassName
{
border-color: #624E38;
}
</style>