Shades of Dallas #624C25
Tints of Dallas #624C25
RGB
CMYK
RGB Variations
Color information
#624C25 (or 0x624C25) is known color: Dallas. HEX triplet: 62, 4C and 25. RGB value is (98,76,37). Sum of RGB (Red+Green+Blue) = 98+76+37=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #624C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C25 is #9DB3DA. Grayscale: #4E4E4E. Windows color (decimal): -10335195 or 2444386. OLE color: 2444386.
HSL color Cylindrical-coordinate representation of color #624C25: hue angle of 38.36º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #624C25 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 37 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.62 |
| HSL | 38.36º | 0.45% | 0.26% | - |
| HSV(B) | 38.36º | 0.62% | 0.38% | - |
| XYZ | 7.96 | 7.9 | 2.86 | - |
| YUV | 78.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 37 | 0 | 0.22 | 0.62 | 0.62 | 38.36 | 0.45 | 0.26 |
| Hex | 62 | 4C | 25 | 0 | 16 | 3E | 3E | 26 | 2D | 1A |
| Octal | 142 | 114 | 45 | 0 | 26 | 76 | 76 | 46 | 55 | 32 |
| Binary | 1100010 | 1001100 | 100101 | 0 | 10110 | 111110 | 111110 | 100110 | 101101 | 11010 |
Color Harmonies of #624C25
Complementary color
Monochromatic Colors of #624C25
Black with #624C25
Text Example
Text Example
White with #624C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C25; }
p { color: rgb(98,76,37); }
H1.HeaderClassName
{
color: #624C25;
}
.AnyTagClassName
{
color: #624C25;
}
</style>
background-color css
<style>
a { background-color: #624C25; }
a { background-color: rgb(98,76,37); }
div.DivClassName
{
background-color: #624C25;
}
.BgClassName
{
background-color: #624C25;
}
</style>
border-color css
<style>
span { border-color: #624C25; }
span { border-color: rgb(98,76,37); }
td.TdClassName
{
border-color: #624C25;
}
.TagClassName
{
border-color: #624C25;
}
</style>