Shades of Dallas #624D33
Tints of Dallas #624D33
RGB
CMYK
RGB Variations
Color information
#624D33 (or 0x624D33) is known color: Dallas. HEX triplet: 62, 4D and 33. RGB value is (98,77,51). Sum of RGB (Red+Green+Blue) = 98+77+51=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #624D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624D33 is #9DB2CC. Grayscale: #505050. Windows color (decimal): -10334925 or 3362146. OLE color: 3362146.
HSL color Cylindrical-coordinate representation of color #624D33: hue angle of 33.19º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #624D33 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 51 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.62 |
| HSL | 33.19º | 0.32% | 0.29% | - |
| HSV(B) | 33.19º | 0.48% | 0.38% | - |
| XYZ | 8.29 | 8.14 | 4.27 | - |
| YUV | 80.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 51 | 0 | 0.21 | 0.48 | 0.62 | 33.19 | 0.32 | 0.29 |
| Hex | 62 | 4D | 33 | 0 | 15 | 30 | 3E | 21 | 20 | 1D |
| Octal | 142 | 115 | 63 | 0 | 25 | 60 | 76 | 41 | 40 | 35 |
| Binary | 1100010 | 1001101 | 110011 | 0 | 10101 | 110000 | 111110 | 100001 | 100000 | 11101 |
Color Harmonies of #624D33
Complementary color
Monochromatic Colors of #624D33
Black with #624D33
Text Example
Text Example
White with #624D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D33; }
p { color: rgb(98,77,51); }
H1.HeaderClassName
{
color: #624D33;
}
.AnyTagClassName
{
color: #624D33;
}
</style>
background-color css
<style>
a { background-color: #624D33; }
a { background-color: rgb(98,77,51); }
div.DivClassName
{
background-color: #624D33;
}
.BgClassName
{
background-color: #624D33;
}
</style>
border-color css
<style>
span { border-color: #624D33; }
span { border-color: rgb(98,77,51); }
td.TdClassName
{
border-color: #624D33;
}
.TagClassName
{
border-color: #624D33;
}
</style>