Shades of Dallas #624A27
Tints of Dallas #624A27
RGB
CMYK
RGB Variations
Color information
#624A27 (or 0x624A27) is known color: Dallas. HEX triplet: 62, 4A and 27. RGB value is (98,74,39). Sum of RGB (Red+Green+Blue) = 98+74+39=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 39 (15.62% from 255 or 18.48% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #624A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A27 is #9DB5D8. Grayscale: #4D4D4D. Windows color (decimal): -10335705 or 2574946. OLE color: 2574946.
HSL color Cylindrical-coordinate representation of color #624A27: hue angle of 35.59º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #624A27 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 39 | - |
| CMYK | 0 | 0.24 | 0.60 | 0.62 |
| HSL | 35.59º | 0.43% | 0.27% | - |
| HSV(B) | 35.59º | 0.6% | 0.38% | - |
| XYZ | 7.85 | 7.64 | 2.98 | - |
| YUV | 77.19 | 106.45 | 142.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 39 | 0 | 0.24 | 0.60 | 0.62 | 35.59 | 0.43 | 0.27 |
| Hex | 62 | 4A | 27 | 0 | 18 | 3C | 3E | 24 | 2B | 1B |
| Octal | 142 | 112 | 47 | 0 | 30 | 74 | 76 | 44 | 53 | 33 |
| Binary | 1100010 | 1001010 | 100111 | 0 | 11000 | 111100 | 111110 | 100100 | 101011 | 11011 |
Color Harmonies of #624A27
Complementary color
Monochromatic Colors of #624A27
Black with #624A27
Text Example
Text Example
White with #624A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A27; }
p { color: rgb(98,74,39); }
H1.HeaderClassName
{
color: #624A27;
}
.AnyTagClassName
{
color: #624A27;
}
</style>
background-color css
<style>
a { background-color: #624A27; }
a { background-color: rgb(98,74,39); }
div.DivClassName
{
background-color: #624A27;
}
.BgClassName
{
background-color: #624A27;
}
</style>
border-color css
<style>
span { border-color: #624A27; }
span { border-color: rgb(98,74,39); }
td.TdClassName
{
border-color: #624A27;
}
.TagClassName
{
border-color: #624A27;
}
</style>