Shades of Dallas #654C2D
Tints of Dallas #654C2D
RGB
CMYK
RGB Variations
Color information
#654C2D (or 0x654C2D) is known color: Dallas. HEX triplet: 65, 4C and 2D. RGB value is (101,76,45). Sum of RGB (Red+Green+Blue) = 101+76+45=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 76 (30.08% from 255 or 34.23% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #654C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C2D is #9AB3D2. Grayscale: #505050. Windows color (decimal): -10138579 or 2968677. OLE color: 2968677.
HSL color Cylindrical-coordinate representation of color #654C2D: hue angle of 33.21º 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 #654C2D is Cyan = 0, Magento = 0.25, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 45 | - |
| CMYK | 0 | 0.25 | 0.55 | 0.60 |
| HSL | 33.21º | 0.38% | 0.29% | - |
| HSV(B) | 33.21º | 0.55% | 0.4% | - |
| XYZ | 8.42 | 8.13 | 3.61 | - |
| YUV | 79.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 45 | 0 | 0.25 | 0.55 | 0.60 | 33.21 | 0.38 | 0.29 |
| Hex | 65 | 4C | 2D | 0 | 19 | 37 | 3C | 21 | 26 | 1D |
| Octal | 145 | 114 | 55 | 0 | 31 | 67 | 74 | 41 | 46 | 35 |
| Binary | 1100101 | 1001100 | 101101 | 0 | 11001 | 110111 | 111100 | 100001 | 100110 | 11101 |
Color Harmonies of #654C2D
Complementary color
Monochromatic Colors of #654C2D
Black with #654C2D
Text Example
Text Example
White with #654C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C2D; }
p { color: rgb(101,76,45); }
H1.HeaderClassName
{
color: #654C2D;
}
.AnyTagClassName
{
color: #654C2D;
}
</style>
background-color css
<style>
a { background-color: #654C2D; }
a { background-color: rgb(101,76,45); }
div.DivClassName
{
background-color: #654C2D;
}
.BgClassName
{
background-color: #654C2D;
}
</style>
border-color css
<style>
span { border-color: #654C2D; }
span { border-color: rgb(101,76,45); }
td.TdClassName
{
border-color: #654C2D;
}
.TagClassName
{
border-color: #654C2D;
}
</style>