Shades of Dallas #624F2F
Tints of Dallas #624F2F
RGB
CMYK
RGB Variations
Color information
#624F2F (or 0x624F2F) is known color: Dallas. HEX triplet: 62, 4F and 2F. RGB value is (98,79,47). Sum of RGB (Red+Green+Blue) = 98+79+47=224 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.75% from 224); Green value is 79 (31.25% from 255 or 35.27% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 98 - color contains mainly: red. Hex color #624F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F2F is #9DB0D0. Grayscale: #515151. Windows color (decimal): -10334417 or 3100514. OLE color: 3100514.
HSL color Cylindrical-coordinate representation of color #624F2F: hue angle of 37.65º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #624F2F is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 47 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.62 |
| HSL | 37.65º | 0.35% | 0.28% | - |
| HSV(B) | 37.65º | 0.52% | 0.38% | - |
| XYZ | 8.35 | 8.39 | 3.87 | - |
| YUV | 81.03 | 108.79 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 47 | 0 | 0.19 | 0.52 | 0.62 | 37.65 | 0.35 | 0.28 |
| Hex | 62 | 4F | 2F | 0 | 13 | 34 | 3E | 26 | 23 | 1C |
| Octal | 142 | 117 | 57 | 0 | 23 | 64 | 76 | 46 | 43 | 34 |
| Binary | 1100010 | 1001111 | 101111 | 0 | 10011 | 110100 | 111110 | 100110 | 100011 | 11100 |
Color Harmonies of #624F2F
Complementary color
Monochromatic Colors of #624F2F
Black with #624F2F
Text Example
Text Example
White with #624F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F2F; }
p { color: rgb(98,79,47); }
H1.HeaderClassName
{
color: #624F2F;
}
.AnyTagClassName
{
color: #624F2F;
}
</style>
background-color css
<style>
a { background-color: #624F2F; }
a { background-color: rgb(98,79,47); }
div.DivClassName
{
background-color: #624F2F;
}
.BgClassName
{
background-color: #624F2F;
}
</style>
border-color css
<style>
span { border-color: #624F2F; }
span { border-color: rgb(98,79,47); }
td.TdClassName
{
border-color: #624F2F;
}
.TagClassName
{
border-color: #624F2F;
}
</style>