Shades of Dallas #624B2D
Tints of Dallas #624B2D
RGB
CMYK
RGB Variations
Color information
#624B2D (or 0x624B2D) is known color: Dallas. HEX triplet: 62, 4B and 2D. RGB value is (98,75,45). Sum of RGB (Red+Green+Blue) = 98+75+45=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #624B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624B2D is #9DB4D2. Grayscale: #4E4E4E. Windows color (decimal): -10335443 or 2968418. OLE color: 2968418.
HSL color Cylindrical-coordinate representation of color #624B2D: hue angle of 33.96º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #624B2D is Cyan = 0, Magento = 0.23, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 75 | 45 | - |
| CMYK | 0 | 0.23 | 0.54 | 0.62 |
| HSL | 33.96º | 0.37% | 0.28% | - |
| HSV(B) | 33.96º | 0.54% | 0.38% | - |
| XYZ | 8.03 | 7.82 | 3.57 | - |
| YUV | 78.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 75 | 45 | 0 | 0.23 | 0.54 | 0.62 | 33.96 | 0.37 | 0.28 |
| Hex | 62 | 4B | 2D | 0 | 17 | 36 | 3E | 22 | 25 | 1C |
| Octal | 142 | 113 | 55 | 0 | 27 | 66 | 76 | 42 | 45 | 34 |
| Binary | 1100010 | 1001011 | 101101 | 0 | 10111 | 110110 | 111110 | 100010 | 100101 | 11100 |
Color Harmonies of #624B2D
Complementary color
Monochromatic Colors of #624B2D
Black with #624B2D
Text Example
Text Example
White with #624B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624B2D; }
p { color: rgb(98,75,45); }
H1.HeaderClassName
{
color: #624B2D;
}
.AnyTagClassName
{
color: #624B2D;
}
</style>
background-color css
<style>
a { background-color: #624B2D; }
a { background-color: rgb(98,75,45); }
div.DivClassName
{
background-color: #624B2D;
}
.BgClassName
{
background-color: #624B2D;
}
</style>
border-color css
<style>
span { border-color: #624B2D; }
span { border-color: rgb(98,75,45); }
td.TdClassName
{
border-color: #624B2D;
}
.TagClassName
{
border-color: #624B2D;
}
</style>