Shades of Dallas #65482B
Tints of Dallas #65482B
RGB
CMYK
RGB Variations
Color information
#65482B (or 0x65482B) is known color: Dallas. HEX triplet: 65, 48 and 2B. RGB value is (101,72,43). Sum of RGB (Red+Green+Blue) = 101+72+43=216 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.76% from 216); Green value is 72 (28.52% from 255 or 33.33% from 216); Blue value is 43 (17.19% from 255 or 19.91% from 216); Max value from RGB is 101 - color contains mainly: red. Hex color #65482B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65482B is #9AB7D4. Grayscale: #4D4D4D. Windows color (decimal): -10139605 or 2836581. OLE color: 2836581.
HSL color Cylindrical-coordinate representation of color #65482B: hue angle of 30º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65482B is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 72 | 43 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.60 |
| HSL | 30º | 0.4% | 0.28% | - |
| HSV(B) | 30º | 0.57% | 0.4% | - |
| XYZ | 8.12 | 7.58 | 3.32 | - |
| YUV | 77.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 72 | 43 | 0 | 0.29 | 0.57 | 0.60 | 30 | 0.4 | 0.28 |
| Hex | 65 | 48 | 2B | 0 | 1D | 39 | 3C | 1E | 28 | 1C |
| Octal | 145 | 110 | 53 | 0 | 35 | 71 | 74 | 36 | 50 | 34 |
| Binary | 1100101 | 1001000 | 101011 | 0 | 11101 | 111001 | 111100 | 11110 | 101000 | 11100 |
Color Harmonies of #65482B
Complementary color
Monochromatic Colors of #65482B
Black with #65482B
Text Example
Text Example
White with #65482B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65482B; }
p { color: rgb(101,72,43); }
H1.HeaderClassName
{
color: #65482B;
}
.AnyTagClassName
{
color: #65482B;
}
</style>
background-color css
<style>
a { background-color: #65482B; }
a { background-color: rgb(101,72,43); }
div.DivClassName
{
background-color: #65482B;
}
.BgClassName
{
background-color: #65482B;
}
</style>
border-color css
<style>
span { border-color: #65482B; }
span { border-color: rgb(101,72,43); }
td.TdClassName
{
border-color: #65482B;
}
.TagClassName
{
border-color: #65482B;
}
</style>