Shades of Dallas #624F30
Tints of Dallas #624F30
RGB
CMYK
RGB Variations
Color information
#624F30 (or 0x624F30) is known color: Dallas. HEX triplet: 62, 4F and 30. RGB value is (98,79,48). Sum of RGB (Red+Green+Blue) = 98+79+48=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #624F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F30 is #9DB0CF. Grayscale: #515151. Windows color (decimal): -10334416 or 3166050. OLE color: 3166050.
HSL color Cylindrical-coordinate representation of color #624F30: hue angle of 37.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #624F30 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 48 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.62 |
| HSL | 37.2º | 0.34% | 0.29% | - |
| HSV(B) | 37.2º | 0.51% | 0.38% | - |
| XYZ | 8.37 | 8.4 | 3.98 | - |
| YUV | 81.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 48 | 0 | 0.19 | 0.51 | 0.62 | 37.2 | 0.34 | 0.29 |
| Hex | 62 | 4F | 30 | 0 | 13 | 33 | 3E | 25 | 22 | 1D |
| Octal | 142 | 117 | 60 | 0 | 23 | 63 | 76 | 45 | 42 | 35 |
| Binary | 1100010 | 1001111 | 110000 | 0 | 10011 | 110011 | 111110 | 100101 | 100010 | 11101 |
Color Harmonies of #624F30
Complementary color
Monochromatic Colors of #624F30
Black with #624F30
Text Example
Text Example
White with #624F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F30; }
p { color: rgb(98,79,48); }
H1.HeaderClassName
{
color: #624F30;
}
.AnyTagClassName
{
color: #624F30;
}
</style>
background-color css
<style>
a { background-color: #624F30; }
a { background-color: rgb(98,79,48); }
div.DivClassName
{
background-color: #624F30;
}
.BgClassName
{
background-color: #624F30;
}
</style>
border-color css
<style>
span { border-color: #624F30; }
span { border-color: rgb(98,79,48); }
td.TdClassName
{
border-color: #624F30;
}
.TagClassName
{
border-color: #624F30;
}
</style>