Shades of Dallas #654C33
Tints of Dallas #654C33
RGB
CMYK
RGB Variations
Color information
#654C33 (or 0x654C33) is known color: Dallas. HEX triplet: 65, 4C and 33. RGB value is (101,76,51). Sum of RGB (Red+Green+Blue) = 101+76+51=228 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.30% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 101 - color contains mainly: red. Hex color #654C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654C33 is #9AB3CC. Grayscale: #505050. Windows color (decimal): -10138573 or 3361893. OLE color: 3361893.
HSL color Cylindrical-coordinate representation of color #654C33: hue angle of 30º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #654C33 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 76 | 51 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.60 |
| HSL | 30º | 0.33% | 0.3% | - |
| HSV(B) | 30º | 0.5% | 0.4% | - |
| XYZ | 8.55 | 8.17 | 4.26 | - |
| YUV | 80.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 76 | 51 | 0 | 0.25 | 0.50 | 0.60 | 30 | 0.33 | 0.3 |
| Hex | 65 | 4C | 33 | 0 | 19 | 32 | 3C | 1E | 21 | 1E |
| Octal | 145 | 114 | 63 | 0 | 31 | 62 | 74 | 36 | 41 | 36 |
| Binary | 1100101 | 1001100 | 110011 | 0 | 11001 | 110010 | 111100 | 11110 | 100001 | 11110 |
Color Harmonies of #654C33
Complementary color
Monochromatic Colors of #654C33
Black with #654C33
Text Example
Text Example
White with #654C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654C33; }
p { color: rgb(101,76,51); }
H1.HeaderClassName
{
color: #654C33;
}
.AnyTagClassName
{
color: #654C33;
}
</style>
background-color css
<style>
a { background-color: #654C33; }
a { background-color: rgb(101,76,51); }
div.DivClassName
{
background-color: #654C33;
}
.BgClassName
{
background-color: #654C33;
}
</style>
border-color css
<style>
span { border-color: #654C33; }
span { border-color: rgb(101,76,51); }
td.TdClassName
{
border-color: #654C33;
}
.TagClassName
{
border-color: #654C33;
}
</style>