Shades of Dallas #654B2D
Tints of Dallas #654B2D
RGB
CMYK
RGB Variations
Color information
#654B2D (or 0x654B2D) is known color: Dallas. HEX triplet: 65, 4B and 2D. RGB value is (101,75,45). Sum of RGB (Red+Green+Blue) = 101+75+45=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 75 (29.69% from 255 or 33.94% from 221); Blue value is 45 (17.97% from 255 or 20.36% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #654B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B2D is #9AB4D2. Grayscale: #4F4F4F. Windows color (decimal): -10138835 or 2968421. OLE color: 2968421.
HSL color Cylindrical-coordinate representation of color #654B2D: hue angle of 32.14º 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 #654B2D is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 45 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.60 |
| HSL | 32.14º | 0.38% | 0.29% | - |
| HSV(B) | 32.14º | 0.55% | 0.4% | - |
| XYZ | 8.36 | 7.99 | 3.58 | - |
| YUV | 79.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 45 | 0 | 0.26 | 0.55 | 0.60 | 32.14 | 0.38 | 0.29 |
| Hex | 65 | 4B | 2D | 0 | 1A | 37 | 3C | 20 | 26 | 1D |
| Octal | 145 | 113 | 55 | 0 | 32 | 67 | 74 | 40 | 46 | 35 |
| Binary | 1100101 | 1001011 | 101101 | 0 | 11010 | 110111 | 111100 | 100000 | 100110 | 11101 |
Color Harmonies of #654B2D
Complementary color
Monochromatic Colors of #654B2D
Black with #654B2D
Text Example
Text Example
White with #654B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B2D; }
p { color: rgb(101,75,45); }
H1.HeaderClassName
{
color: #654B2D;
}
.AnyTagClassName
{
color: #654B2D;
}
</style>
background-color css
<style>
a { background-color: #654B2D; }
a { background-color: rgb(101,75,45); }
div.DivClassName
{
background-color: #654B2D;
}
.BgClassName
{
background-color: #654B2D;
}
</style>
border-color css
<style>
span { border-color: #654B2D; }
span { border-color: rgb(101,75,45); }
td.TdClassName
{
border-color: #654B2D;
}
.TagClassName
{
border-color: #654B2D;
}
</style>