Shades of Dallas #624B2A
Tints of Dallas #624B2A
RGB
CMYK
RGB Variations
Color information
#624B2A (or 0x624B2A) is known color: Dallas. HEX triplet: 62, 4B and 2A. RGB value is (98,75,42). Sum of RGB (Red+Green+Blue) = 98+75+42=215 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.58% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 98 - color contains mainly: red. Hex color #624B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B2A is #9DB4D5. Grayscale: #4E4E4E. Windows color (decimal): -10335446 or 2771810. OLE color: 2771810.
HSL color Cylindrical-coordinate representation of color #624B2A: hue angle of 35.36º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #624B2A is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 42 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.62 |
| HSL | 35.36º | 0.4% | 0.27% | - |
| HSV(B) | 35.36º | 0.57% | 0.38% | - |
| XYZ | 7.97 | 7.8 | 3.28 | - |
| YUV | 78.12 | 107.62 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 42 | 0 | 0.23 | 0.57 | 0.62 | 35.36 | 0.4 | 0.27 |
| Hex | 62 | 4B | 2A | 0 | 17 | 39 | 3E | 23 | 28 | 1B |
| Octal | 142 | 113 | 52 | 0 | 27 | 71 | 76 | 43 | 50 | 33 |
| Binary | 1100010 | 1001011 | 101010 | 0 | 10111 | 111001 | 111110 | 100011 | 101000 | 11011 |
Color Harmonies of #624B2A
Complementary color
Monochromatic Colors of #624B2A
Black with #624B2A
Text Example
Text Example
White with #624B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B2A; }
p { color: rgb(98,75,42); }
H1.HeaderClassName
{
color: #624B2A;
}
.AnyTagClassName
{
color: #624B2A;
}
</style>
background-color css
<style>
a { background-color: #624B2A; }
a { background-color: rgb(98,75,42); }
div.DivClassName
{
background-color: #624B2A;
}
.BgClassName
{
background-color: #624B2A;
}
</style>
border-color css
<style>
span { border-color: #624B2A; }
span { border-color: rgb(98,75,42); }
td.TdClassName
{
border-color: #624B2A;
}
.TagClassName
{
border-color: #624B2A;
}
</style>