Shades of Dallas #62462C
Tints of Dallas #62462C
RGB
CMYK
RGB Variations
Color information
#62462C (or 0x62462C) is known color: Dallas. HEX triplet: 62, 46 and 2C. RGB value is (98,70,44). Sum of RGB (Red+Green+Blue) = 98+70+44=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 44 (17.58% from 255 or 20.75% from 212); Max value from RGB is 98 - color contains mainly: red. Hex color #62462C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62462C is #9DB9D3. Grayscale: #4B4B4B. Windows color (decimal): -10336724 or 2901602. OLE color: 2901602.
HSL color Cylindrical-coordinate representation of color #62462C: hue angle of 28.89º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62462C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 70 | 44 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.62 |
| HSL | 28.89º | 0.38% | 0.28% | - |
| HSV(B) | 28.89º | 0.55% | 0.38% | - |
| XYZ | 7.68 | 7.16 | 3.36 | - |
| YUV | 75.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 70 | 44 | 0 | 0.29 | 0.55 | 0.62 | 28.89 | 0.38 | 0.28 |
| Hex | 62 | 46 | 2C | 0 | 1D | 37 | 3E | 1D | 26 | 1C |
| Octal | 142 | 106 | 54 | 0 | 35 | 67 | 76 | 35 | 46 | 34 |
| Binary | 1100010 | 1000110 | 101100 | 0 | 11101 | 110111 | 111110 | 11101 | 100110 | 11100 |
Color Harmonies of #62462C
Complementary color
Monochromatic Colors of #62462C
Black with #62462C
Text Example
Text Example
White with #62462C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62462C; }
p { color: rgb(98,70,44); }
H1.HeaderClassName
{
color: #62462C;
}
.AnyTagClassName
{
color: #62462C;
}
</style>
background-color css
<style>
a { background-color: #62462C; }
a { background-color: rgb(98,70,44); }
div.DivClassName
{
background-color: #62462C;
}
.BgClassName
{
background-color: #62462C;
}
</style>
border-color css
<style>
span { border-color: #62462C; }
span { border-color: rgb(98,70,44); }
td.TdClassName
{
border-color: #62462C;
}
.TagClassName
{
border-color: #62462C;
}
</style>