Shades of Dallas #624A26
Tints of Dallas #624A26
RGB
CMYK
RGB Variations
Color information
#624A26 (or 0x624A26) is known color: Dallas. HEX triplet: 62, 4A and 26. RGB value is (98,74,38). Sum of RGB (Red+Green+Blue) = 98+74+38=210 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.67% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 98 - color contains mainly: red. Hex color #624A26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A26 is #9DB5D9. Grayscale: #4D4D4D. Windows color (decimal): -10335706 or 2509410. OLE color: 2509410.
HSL color Cylindrical-coordinate representation of color #624A26: hue angle of 36º 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 #624A26 is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 38 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.62 |
| HSL | 36º | 0.44% | 0.27% | - |
| HSV(B) | 36º | 0.61% | 0.38% | - |
| XYZ | 7.84 | 7.63 | 2.89 | - |
| YUV | 77.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 38 | 0 | 0.24 | 0.61 | 0.62 | 36 | 0.44 | 0.27 |
| Hex | 62 | 4A | 26 | 0 | 18 | 3D | 3E | 24 | 2C | 1B |
| Octal | 142 | 112 | 46 | 0 | 30 | 75 | 76 | 44 | 54 | 33 |
| Binary | 1100010 | 1001010 | 100110 | 0 | 11000 | 111101 | 111110 | 100100 | 101100 | 11011 |
Color Harmonies of #624A26
Complementary color
Monochromatic Colors of #624A26
Black with #624A26
Text Example
Text Example
White with #624A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A26; }
p { color: rgb(98,74,38); }
H1.HeaderClassName
{
color: #624A26;
}
.AnyTagClassName
{
color: #624A26;
}
</style>
background-color css
<style>
a { background-color: #624A26; }
a { background-color: rgb(98,74,38); }
div.DivClassName
{
background-color: #624A26;
}
.BgClassName
{
background-color: #624A26;
}
</style>
border-color css
<style>
span { border-color: #624A26; }
span { border-color: rgb(98,74,38); }
td.TdClassName
{
border-color: #624A26;
}
.TagClassName
{
border-color: #624A26;
}
</style>