Shades of Dallas #654B33
Tints of Dallas #654B33
RGB
CMYK
RGB Variations
Color information
#654B33 (or 0x654B33) is known color: Dallas. HEX triplet: 65, 4B and 33. RGB value is (101,75,51). Sum of RGB (Red+Green+Blue) = 101+75+51=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #654B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B33 is #9AB4CC. Grayscale: #505050. Windows color (decimal): -10138829 or 3361637. OLE color: 3361637.
HSL color Cylindrical-coordinate representation of color #654B33: hue angle of 28.8º 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 #654B33 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 51 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.60 |
| HSL | 28.8º | 0.33% | 0.3% | - |
| HSV(B) | 28.8º | 0.5% | 0.4% | - |
| XYZ | 8.48 | 8.04 | 4.24 | - |
| YUV | 80.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 51 | 0 | 0.26 | 0.50 | 0.60 | 28.8 | 0.33 | 0.3 |
| Hex | 65 | 4B | 33 | 0 | 1A | 32 | 3C | 1D | 21 | 1E |
| Octal | 145 | 113 | 63 | 0 | 32 | 62 | 74 | 35 | 41 | 36 |
| Binary | 1100101 | 1001011 | 110011 | 0 | 11010 | 110010 | 111100 | 11101 | 100001 | 11110 |
Color Harmonies of #654B33
Complementary color
Monochromatic Colors of #654B33
Black with #654B33
Text Example
Text Example
White with #654B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B33; }
p { color: rgb(101,75,51); }
H1.HeaderClassName
{
color: #654B33;
}
.AnyTagClassName
{
color: #654B33;
}
</style>
background-color css
<style>
a { background-color: #654B33; }
a { background-color: rgb(101,75,51); }
div.DivClassName
{
background-color: #654B33;
}
.BgClassName
{
background-color: #654B33;
}
</style>
border-color css
<style>
span { border-color: #654B33; }
span { border-color: rgb(101,75,51); }
td.TdClassName
{
border-color: #654B33;
}
.TagClassName
{
border-color: #654B33;
}
</style>