Shades of Dallas #654C2C
Tints of Dallas #654C2C
RGB
CMYK
RGB Variations
Color information
#654C2C (or 0x654C2C) is known color: Dallas. HEX triplet: 65, 4C and 2C. RGB value is (101,76,44). Sum of RGB (Red+Green+Blue) = 101+76+44=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #654C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C2C is #9AB3D3. Grayscale: #4F4F4F. Windows color (decimal): -10138580 or 2903141. OLE color: 2903141.
HSL color Cylindrical-coordinate representation of color #654C2C: hue angle of 33.68º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #654C2C is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 44 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.60 |
| HSL | 33.68º | 0.39% | 0.28% | - |
| HSV(B) | 33.68º | 0.56% | 0.4% | - |
| XYZ | 8.41 | 8.12 | 3.51 | - |
| YUV | 79.83 | 107.78 | 143.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 44 | 0 | 0.25 | 0.56 | 0.60 | 33.68 | 0.39 | 0.28 |
| Hex | 65 | 4C | 2C | 0 | 19 | 38 | 3C | 22 | 27 | 1C |
| Octal | 145 | 114 | 54 | 0 | 31 | 70 | 74 | 42 | 47 | 34 |
| Binary | 1100101 | 1001100 | 101100 | 0 | 11001 | 111000 | 111100 | 100010 | 100111 | 11100 |
Color Harmonies of #654C2C
Complementary color
Monochromatic Colors of #654C2C
Black with #654C2C
Text Example
Text Example
White with #654C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C2C; }
p { color: rgb(101,76,44); }
H1.HeaderClassName
{
color: #654C2C;
}
.AnyTagClassName
{
color: #654C2C;
}
</style>
background-color css
<style>
a { background-color: #654C2C; }
a { background-color: rgb(101,76,44); }
div.DivClassName
{
background-color: #654C2C;
}
.BgClassName
{
background-color: #654C2C;
}
</style>
border-color css
<style>
span { border-color: #654C2C; }
span { border-color: rgb(101,76,44); }
td.TdClassName
{
border-color: #654C2C;
}
.TagClassName
{
border-color: #654C2C;
}
</style>