Shades of Dallas #614B28
Tints of Dallas #614B28
RGB
CMYK
RGB Variations
Color information
#614B28 (or 0x614B28) is known color: Dallas. HEX triplet: 61, 4B and 28. RGB value is (97,75,40). Sum of RGB (Red+Green+Blue) = 97+75+40=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 40 (16.02% from 255 or 18.87% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #614B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B28 is #9EB4D7. Grayscale: #4D4D4D. Windows color (decimal): -10400984 or 2640737. OLE color: 2640737.
HSL color Cylindrical-coordinate representation of color #614B28: hue angle of 36.84º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #614B28 is Cyan = 0, Magento = 0.23, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 40 | - |
| CMYK | 0 | 0.23 | 0.59 | 0.62 |
| HSL | 36.84º | 0.42% | 0.27% | - |
| HSV(B) | 36.84º | 0.59% | 0.38% | - |
| XYZ | 7.83 | 7.73 | 3.09 | - |
| YUV | 77.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 40 | 0 | 0.23 | 0.59 | 0.62 | 36.84 | 0.42 | 0.27 |
| Hex | 61 | 4B | 28 | 0 | 17 | 3B | 3E | 25 | 2A | 1B |
| Octal | 141 | 113 | 50 | 0 | 27 | 73 | 76 | 45 | 52 | 33 |
| Binary | 1100001 | 1001011 | 101000 | 0 | 10111 | 111011 | 111110 | 100101 | 101010 | 11011 |
Color Harmonies of #614B28
Complementary color
Monochromatic Colors of #614B28
Black with #614B28
Text Example
Text Example
White with #614B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B28; }
p { color: rgb(97,75,40); }
H1.HeaderClassName
{
color: #614B28;
}
.AnyTagClassName
{
color: #614B28;
}
</style>
background-color css
<style>
a { background-color: #614B28; }
a { background-color: rgb(97,75,40); }
div.DivClassName
{
background-color: #614B28;
}
.BgClassName
{
background-color: #614B28;
}
</style>
border-color css
<style>
span { border-color: #614B28; }
span { border-color: rgb(97,75,40); }
td.TdClassName
{
border-color: #614B28;
}
.TagClassName
{
border-color: #614B28;
}
</style>