Shades of Dallas #60482F
Tints of Dallas #60482F
RGB
CMYK
RGB Variations
Color information
#60482F (or 0x60482F) is known color: Dallas. HEX triplet: 60, 48 and 2F. RGB value is (96,72,47). Sum of RGB (Red+Green+Blue) = 96+72+47=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #60482F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60482F is #9FB7D0. Grayscale: #4C4C4C. Windows color (decimal): -10467281 or 3098720. OLE color: 3098720.
HSL color Cylindrical-coordinate representation of color #60482F: hue angle of 30.61º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60482F is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 47 | - |
| CMYK | 0 | 0.25 | 0.51 | 0.62 |
| HSL | 30.61º | 0.34% | 0.28% | - |
| HSV(B) | 30.61º | 0.51% | 0.38% | - |
| XYZ | 7.65 | 7.33 | 3.7 | - |
| YUV | 76.33 | 111.45 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 47 | 0 | 0.25 | 0.51 | 0.62 | 30.61 | 0.34 | 0.28 |
| Hex | 60 | 48 | 2F | 0 | 19 | 33 | 3E | 1F | 22 | 1C |
| Octal | 140 | 110 | 57 | 0 | 31 | 63 | 76 | 37 | 42 | 34 |
| Binary | 1100000 | 1001000 | 101111 | 0 | 11001 | 110011 | 111110 | 11111 | 100010 | 11100 |
Color Harmonies of #60482F
Complementary color
Monochromatic Colors of #60482F
Black with #60482F
Text Example
Text Example
White with #60482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60482F; }
p { color: rgb(96,72,47); }
H1.HeaderClassName
{
color: #60482F;
}
.AnyTagClassName
{
color: #60482F;
}
</style>
background-color css
<style>
a { background-color: #60482F; }
a { background-color: rgb(96,72,47); }
div.DivClassName
{
background-color: #60482F;
}
.BgClassName
{
background-color: #60482F;
}
</style>
border-color css
<style>
span { border-color: #60482F; }
span { border-color: rgb(96,72,47); }
td.TdClassName
{
border-color: #60482F;
}
.TagClassName
{
border-color: #60482F;
}
</style>