Shades of Dallas #654D2D
Tints of Dallas #654D2D
RGB
CMYK
RGB Variations
Color information
#654D2D (or 0x654D2D) is known color: Dallas. HEX triplet: 65, 4D and 2D. RGB value is (101,77,45). Sum of RGB (Red+Green+Blue) = 101+77+45=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #654D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #654D2D is #9AB2D2. Grayscale: #505050. Windows color (decimal): -10138323 or 2968933. OLE color: 2968933.
HSL color Cylindrical-coordinate representation of color #654D2D: hue angle of 34.29º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #654D2D is Cyan = 0, Magento = 0.24, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 77 | 45 | - |
| CMYK | 0 | 0.24 | 0.55 | 0.60 |
| HSL | 34.29º | 0.38% | 0.29% | - |
| HSV(B) | 34.29º | 0.55% | 0.4% | - |
| XYZ | 8.49 | 8.26 | 3.63 | - |
| YUV | 80.53 | 107.95 | 142.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 77 | 45 | 0 | 0.24 | 0.55 | 0.60 | 34.29 | 0.38 | 0.29 |
| Hex | 65 | 4D | 2D | 0 | 18 | 37 | 3C | 22 | 26 | 1D |
| Octal | 145 | 115 | 55 | 0 | 30 | 67 | 74 | 42 | 46 | 35 |
| Binary | 1100101 | 1001101 | 101101 | 0 | 11000 | 110111 | 111100 | 100010 | 100110 | 11101 |
Color Harmonies of #654D2D
Complementary color
Monochromatic Colors of #654D2D
Black with #654D2D
Text Example
Text Example
White with #654D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654D2D; }
p { color: rgb(101,77,45); }
H1.HeaderClassName
{
color: #654D2D;
}
.AnyTagClassName
{
color: #654D2D;
}
</style>
background-color css
<style>
a { background-color: #654D2D; }
a { background-color: rgb(101,77,45); }
div.DivClassName
{
background-color: #654D2D;
}
.BgClassName
{
background-color: #654D2D;
}
</style>
border-color css
<style>
span { border-color: #654D2D; }
span { border-color: rgb(101,77,45); }
td.TdClassName
{
border-color: #654D2D;
}
.TagClassName
{
border-color: #654D2D;
}
</style>