Shades of Dallas #654C2B
Tints of Dallas #654C2B
RGB
CMYK
RGB Variations
Color information
#654C2B (or 0x654C2B) is known color: Dallas. HEX triplet: 65, 4C and 2B. RGB value is (101,76,43). Sum of RGB (Red+Green+Blue) = 101+76+43=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 76 (30.08% from 255 or 34.55% from 220); Blue value is 43 (17.19% from 255 or 19.55% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #654C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C2B is #9AB3D4. Grayscale: #4F4F4F. Windows color (decimal): -10138581 or 2837605. OLE color: 2837605.
HSL color Cylindrical-coordinate representation of color #654C2B: hue angle of 34.14º 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 #654C2B is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 43 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.60 |
| HSL | 34.14º | 0.4% | 0.28% | - |
| HSV(B) | 34.14º | 0.57% | 0.4% | - |
| XYZ | 8.39 | 8.11 | 3.41 | - |
| YUV | 79.71 | 107.28 | 143.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 43 | 0 | 0.25 | 0.57 | 0.60 | 34.14 | 0.4 | 0.28 |
| Hex | 65 | 4C | 2B | 0 | 19 | 39 | 3C | 22 | 28 | 1C |
| Octal | 145 | 114 | 53 | 0 | 31 | 71 | 74 | 42 | 50 | 34 |
| Binary | 1100101 | 1001100 | 101011 | 0 | 11001 | 111001 | 111100 | 100010 | 101000 | 11100 |
Color Harmonies of #654C2B
Complementary color
Monochromatic Colors of #654C2B
Black with #654C2B
Text Example
Text Example
White with #654C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C2B; }
p { color: rgb(101,76,43); }
H1.HeaderClassName
{
color: #654C2B;
}
.AnyTagClassName
{
color: #654C2B;
}
</style>
background-color css
<style>
a { background-color: #654C2B; }
a { background-color: rgb(101,76,43); }
div.DivClassName
{
background-color: #654C2B;
}
.BgClassName
{
background-color: #654C2B;
}
</style>
border-color css
<style>
span { border-color: #654C2B; }
span { border-color: rgb(101,76,43); }
td.TdClassName
{
border-color: #654C2B;
}
.TagClassName
{
border-color: #654C2B;
}
</style>