Shades of Dallas #624A25
Tints of Dallas #624A25
RGB
CMYK
RGB Variations
Color information
#624A25 (or 0x624A25) is known color: Dallas. HEX triplet: 62, 4A and 25. RGB value is (98,74,37). Sum of RGB (Red+Green+Blue) = 98+74+37=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 74 (29.30% from 255 or 35.41% from 209); Blue value is 37 (14.84% from 255 or 17.70% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #624A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A25 is #9DB5DA. Grayscale: #4D4D4D. Windows color (decimal): -10335707 or 2443874. OLE color: 2443874.
HSL color Cylindrical-coordinate representation of color #624A25: hue angle of 36.39º 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 #624A25 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 37 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.62 |
| HSL | 36.39º | 0.45% | 0.26% | - |
| HSV(B) | 36.39º | 0.62% | 0.38% | - |
| XYZ | 7.82 | 7.63 | 2.81 | - |
| YUV | 76.96 | 105.45 | 143.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 37 | 0 | 0.24 | 0.62 | 0.62 | 36.39 | 0.45 | 0.26 |
| Hex | 62 | 4A | 25 | 0 | 18 | 3E | 3E | 24 | 2D | 1A |
| Octal | 142 | 112 | 45 | 0 | 30 | 76 | 76 | 44 | 55 | 32 |
| Binary | 1100010 | 1001010 | 100101 | 0 | 11000 | 111110 | 111110 | 100100 | 101101 | 11010 |
Color Harmonies of #624A25
Complementary color
Monochromatic Colors of #624A25
Black with #624A25
Text Example
Text Example
White with #624A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A25; }
p { color: rgb(98,74,37); }
H1.HeaderClassName
{
color: #624A25;
}
.AnyTagClassName
{
color: #624A25;
}
</style>
background-color css
<style>
a { background-color: #624A25; }
a { background-color: rgb(98,74,37); }
div.DivClassName
{
background-color: #624A25;
}
.BgClassName
{
background-color: #624A25;
}
</style>
border-color css
<style>
span { border-color: #624A25; }
span { border-color: rgb(98,74,37); }
td.TdClassName
{
border-color: #624A25;
}
.TagClassName
{
border-color: #624A25;
}
</style>