Shades of Dallas #60472F
Tints of Dallas #60472F
RGB
CMYK
RGB Variations
Color information
#60472F (or 0x60472F) is known color: Dallas. HEX triplet: 60, 47 and 2F. RGB value is (96,71,47). Sum of RGB (Red+Green+Blue) = 96+71+47=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #60472F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60472F is #9FB8D0. Grayscale: #4B4B4B. Windows color (decimal): -10467537 or 3098464. OLE color: 3098464.
HSL color Cylindrical-coordinate representation of color #60472F: hue angle of 29.39º 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 #60472F is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 71 | 47 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.62 |
| HSL | 29.39º | 0.34% | 0.28% | - |
| HSV(B) | 29.39º | 0.51% | 0.38% | - |
| XYZ | 7.59 | 7.2 | 3.68 | - |
| YUV | 75.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 47 | 0 | 0.26 | 0.51 | 0.62 | 29.39 | 0.34 | 0.28 |
| Hex | 60 | 47 | 2F | 0 | 1A | 33 | 3E | 1D | 22 | 1C |
| Octal | 140 | 107 | 57 | 0 | 32 | 63 | 76 | 35 | 42 | 34 |
| Binary | 1100000 | 1000111 | 101111 | 0 | 11010 | 110011 | 111110 | 11101 | 100010 | 11100 |
Color Harmonies of #60472F
Complementary color
Monochromatic Colors of #60472F
Black with #60472F
Text Example
Text Example
White with #60472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60472F; }
p { color: rgb(96,71,47); }
H1.HeaderClassName
{
color: #60472F;
}
.AnyTagClassName
{
color: #60472F;
}
</style>
background-color css
<style>
a { background-color: #60472F; }
a { background-color: rgb(96,71,47); }
div.DivClassName
{
background-color: #60472F;
}
.BgClassName
{
background-color: #60472F;
}
</style>
border-color css
<style>
span { border-color: #60472F; }
span { border-color: rgb(96,71,47); }
td.TdClassName
{
border-color: #60472F;
}
.TagClassName
{
border-color: #60472F;
}
</style>