Shades of Dallas #624B25
Tints of Dallas #624B25
RGB
CMYK
RGB Variations
Color information
#624B25 (or 0x624B25) is known color: Dallas. HEX triplet: 62, 4B and 25. RGB value is (98,75,37). Sum of RGB (Red+Green+Blue) = 98+75+37=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #624B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B25 is #9DB4DA. Grayscale: #4D4D4D. Windows color (decimal): -10335451 or 2444130. OLE color: 2444130.
HSL color Cylindrical-coordinate representation of color #624B25: hue angle of 37.38º 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 #624B25 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 37 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.62 |
| HSL | 37.38º | 0.45% | 0.26% | - |
| HSV(B) | 37.38º | 0.62% | 0.38% | - |
| XYZ | 7.89 | 7.76 | 2.83 | - |
| YUV | 77.55 | 105.12 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 37 | 0 | 0.23 | 0.62 | 0.62 | 37.38 | 0.45 | 0.26 |
| Hex | 62 | 4B | 25 | 0 | 17 | 3E | 3E | 25 | 2D | 1A |
| Octal | 142 | 113 | 45 | 0 | 27 | 76 | 76 | 45 | 55 | 32 |
| Binary | 1100010 | 1001011 | 100101 | 0 | 10111 | 111110 | 111110 | 100101 | 101101 | 11010 |
Color Harmonies of #624B25
Complementary color
Monochromatic Colors of #624B25
Black with #624B25
Text Example
Text Example
White with #624B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B25; }
p { color: rgb(98,75,37); }
H1.HeaderClassName
{
color: #624B25;
}
.AnyTagClassName
{
color: #624B25;
}
</style>
background-color css
<style>
a { background-color: #624B25; }
a { background-color: rgb(98,75,37); }
div.DivClassName
{
background-color: #624B25;
}
.BgClassName
{
background-color: #624B25;
}
</style>
border-color css
<style>
span { border-color: #624B25; }
span { border-color: rgb(98,75,37); }
td.TdClassName
{
border-color: #624B25;
}
.TagClassName
{
border-color: #624B25;
}
</style>