Shades of Dallas #624A32
Tints of Dallas #624A32
RGB
CMYK
RGB Variations
Color information
#624A32 (or 0x624A32) is known color: Dallas. HEX triplet: 62, 4A and 32. RGB value is (98,74,50). Sum of RGB (Red+Green+Blue) = 98+74+50=222 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.14% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 50 (19.92% from 255 or 22.52% from 222); Max value from RGB is 98 - color contains mainly: red. Hex color #624A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A32 is #9DB5CD. Grayscale: #4E4E4E. Windows color (decimal): -10335694 or 3295842. OLE color: 3295842.
HSL color Cylindrical-coordinate representation of color #624A32: hue angle of 30º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #624A32 is Cyan = 0, Magento = 0.24, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 50 | - |
| CMYK | 0 | 0.24 | 0.49 | 0.62 |
| HSL | 30º | 0.32% | 0.29% | - |
| HSV(B) | 30º | 0.49% | 0.38% | - |
| XYZ | 8.06 | 7.72 | 4.08 | - |
| YUV | 78.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 50 | 0 | 0.24 | 0.49 | 0.62 | 30 | 0.32 | 0.29 |
| Hex | 62 | 4A | 32 | 0 | 18 | 31 | 3E | 1E | 20 | 1D |
| Octal | 142 | 112 | 62 | 0 | 30 | 61 | 76 | 36 | 40 | 35 |
| Binary | 1100010 | 1001010 | 110010 | 0 | 11000 | 110001 | 111110 | 11110 | 100000 | 11101 |
Color Harmonies of #624A32
Complementary color
Monochromatic Colors of #624A32
Black with #624A32
Text Example
Text Example
White with #624A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A32; }
p { color: rgb(98,74,50); }
H1.HeaderClassName
{
color: #624A32;
}
.AnyTagClassName
{
color: #624A32;
}
</style>
background-color css
<style>
a { background-color: #624A32; }
a { background-color: rgb(98,74,50); }
div.DivClassName
{
background-color: #624A32;
}
.BgClassName
{
background-color: #624A32;
}
</style>
border-color css
<style>
span { border-color: #624A32; }
span { border-color: rgb(98,74,50); }
td.TdClassName
{
border-color: #624A32;
}
.TagClassName
{
border-color: #624A32;
}
</style>