Shades of Dallas #624C26
Tints of Dallas #624C26
RGB
CMYK
RGB Variations
Color information
#624C26 (or 0x624C26) is known color: Dallas. HEX triplet: 62, 4C and 26. RGB value is (98,76,38). Sum of RGB (Red+Green+Blue) = 98+76+38=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #624C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C26 is #9DB3D9. Grayscale: #4E4E4E. Windows color (decimal): -10335194 or 2509922. OLE color: 2509922.
HSL color Cylindrical-coordinate representation of color #624C26: hue angle of 38º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #624C26 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 38 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.62 |
| HSL | 38º | 0.44% | 0.27% | - |
| HSV(B) | 38º | 0.61% | 0.38% | - |
| XYZ | 7.97 | 7.91 | 2.94 | - |
| YUV | 78.25 | 105.29 | 142.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 38 | 0 | 0.22 | 0.61 | 0.62 | 38 | 0.44 | 0.27 |
| Hex | 62 | 4C | 26 | 0 | 16 | 3D | 3E | 26 | 2C | 1B |
| Octal | 142 | 114 | 46 | 0 | 26 | 75 | 76 | 46 | 54 | 33 |
| Binary | 1100010 | 1001100 | 100110 | 0 | 10110 | 111101 | 111110 | 100110 | 101100 | 11011 |
Color Harmonies of #624C26
Complementary color
Monochromatic Colors of #624C26
Black with #624C26
Text Example
Text Example
White with #624C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C26; }
p { color: rgb(98,76,38); }
H1.HeaderClassName
{
color: #624C26;
}
.AnyTagClassName
{
color: #624C26;
}
</style>
background-color css
<style>
a { background-color: #624C26; }
a { background-color: rgb(98,76,38); }
div.DivClassName
{
background-color: #624C26;
}
.BgClassName
{
background-color: #624C26;
}
</style>
border-color css
<style>
span { border-color: #624C26; }
span { border-color: rgb(98,76,38); }
td.TdClassName
{
border-color: #624C26;
}
.TagClassName
{
border-color: #624C26;
}
</style>