Shades of Dallas #624C2B
Tints of Dallas #624C2B
RGB
CMYK
RGB Variations
Color information
#624C2B (or 0x624C2B) is known color: Dallas. HEX triplet: 62, 4C and 2B. RGB value is (98,76,43). Sum of RGB (Red+Green+Blue) = 98+76+43=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 43 (17.19% from 255 or 19.82% from 217); Max value from RGB is 98 - color contains mainly: red. Hex color #624C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624C2B is #9DB3D4. Grayscale: #4E4E4E. Windows color (decimal): -10335189 or 2837602. OLE color: 2837602.
HSL color Cylindrical-coordinate representation of color #624C2B: hue angle of 36º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #624C2B is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 76 | 43 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.62 |
| HSL | 36º | 0.39% | 0.28% | - |
| HSV(B) | 36º | 0.56% | 0.38% | - |
| XYZ | 8.06 | 7.94 | 3.39 | - |
| YUV | 78.82 | 107.79 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 76 | 43 | 0 | 0.22 | 0.56 | 0.62 | 36 | 0.39 | 0.28 |
| Hex | 62 | 4C | 2B | 0 | 16 | 38 | 3E | 24 | 27 | 1C |
| Octal | 142 | 114 | 53 | 0 | 26 | 70 | 76 | 44 | 47 | 34 |
| Binary | 1100010 | 1001100 | 101011 | 0 | 10110 | 111000 | 111110 | 100100 | 100111 | 11100 |
Color Harmonies of #624C2B
Complementary color
Monochromatic Colors of #624C2B
Black with #624C2B
Text Example
Text Example
White with #624C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624C2B; }
p { color: rgb(98,76,43); }
H1.HeaderClassName
{
color: #624C2B;
}
.AnyTagClassName
{
color: #624C2B;
}
</style>
background-color css
<style>
a { background-color: #624C2B; }
a { background-color: rgb(98,76,43); }
div.DivClassName
{
background-color: #624C2B;
}
.BgClassName
{
background-color: #624C2B;
}
</style>
border-color css
<style>
span { border-color: #624C2B; }
span { border-color: rgb(98,76,43); }
td.TdClassName
{
border-color: #624C2B;
}
.TagClassName
{
border-color: #624C2B;
}
</style>