Shades of Dallas #624C2A
Tints of Dallas #624C2A
RGB
CMYK
RGB Variations
Color information
#624C2A (or 0x624C2A) is known color: Dallas. HEX triplet: 62, 4C and 2A. RGB value is (98,76,42). Sum of RGB (Red+Green+Blue) = 98+76+42=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 76 (30.08% from 255 or 35.19% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 98 - color contains mainly: red. Hex color #624C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C2A is #9DB3D5. Grayscale: #4E4E4E. Windows color (decimal): -10335190 or 2772066. OLE color: 2772066.
HSL color Cylindrical-coordinate representation of color #624C2A: hue angle of 36.43º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #624C2A is Cyan = 0, Magento = 0.22, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 42 | - |
| CMYK | 0 | 0.22 | 0.57 | 0.62 |
| HSL | 36.43º | 0.4% | 0.27% | - |
| HSV(B) | 36.43º | 0.57% | 0.38% | - |
| XYZ | 8.04 | 7.93 | 3.3 | - |
| YUV | 78.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 42 | 0 | 0.22 | 0.57 | 0.62 | 36.43 | 0.4 | 0.27 |
| Hex | 62 | 4C | 2A | 0 | 16 | 39 | 3E | 24 | 28 | 1B |
| Octal | 142 | 114 | 52 | 0 | 26 | 71 | 76 | 44 | 50 | 33 |
| Binary | 1100010 | 1001100 | 101010 | 0 | 10110 | 111001 | 111110 | 100100 | 101000 | 11011 |
Color Harmonies of #624C2A
Complementary color
Monochromatic Colors of #624C2A
Black with #624C2A
Text Example
Text Example
White with #624C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C2A; }
p { color: rgb(98,76,42); }
H1.HeaderClassName
{
color: #624C2A;
}
.AnyTagClassName
{
color: #624C2A;
}
</style>
background-color css
<style>
a { background-color: #624C2A; }
a { background-color: rgb(98,76,42); }
div.DivClassName
{
background-color: #624C2A;
}
.BgClassName
{
background-color: #624C2A;
}
</style>
border-color css
<style>
span { border-color: #624C2A; }
span { border-color: rgb(98,76,42); }
td.TdClassName
{
border-color: #624C2A;
}
.TagClassName
{
border-color: #624C2A;
}
</style>