Shades of Dallas #654B27
Tints of Dallas #654B27
RGB
CMYK
RGB Variations
Color information
#654B27 (or 0x654B27) is known color: Dallas. HEX triplet: 65, 4B and 27. RGB value is (101,75,39). Sum of RGB (Red+Green+Blue) = 101+75+39=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #654B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B27 is #9AB4D8. Grayscale: #4E4E4E. Windows color (decimal): -10138841 or 2575205. OLE color: 2575205.
HSL color Cylindrical-coordinate representation of color #654B27: hue angle of 34.84º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #654B27 is Cyan = 0, Magento = 0.26, Yellow = 0.61 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 39 | - |
| CMYK | 0 | 0.26 | 0.61 | 0.60 |
| HSL | 34.84º | 0.44% | 0.27% | - |
| HSV(B) | 34.84º | 0.61% | 0.4% | - |
| XYZ | 8.25 | 7.95 | 3.02 | - |
| YUV | 78.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 39 | 0 | 0.26 | 0.61 | 0.60 | 34.84 | 0.44 | 0.27 |
| Hex | 65 | 4B | 27 | 0 | 1A | 3D | 3C | 23 | 2C | 1B |
| Octal | 145 | 113 | 47 | 0 | 32 | 75 | 74 | 43 | 54 | 33 |
| Binary | 1100101 | 1001011 | 100111 | 0 | 11010 | 111101 | 111100 | 100011 | 101100 | 11011 |
Color Harmonies of #654B27
Complementary color
Monochromatic Colors of #654B27
Black with #654B27
Text Example
Text Example
White with #654B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B27; }
p { color: rgb(101,75,39); }
H1.HeaderClassName
{
color: #654B27;
}
.AnyTagClassName
{
color: #654B27;
}
</style>
background-color css
<style>
a { background-color: #654B27; }
a { background-color: rgb(101,75,39); }
div.DivClassName
{
background-color: #654B27;
}
.BgClassName
{
background-color: #654B27;
}
</style>
border-color css
<style>
span { border-color: #654B27; }
span { border-color: rgb(101,75,39); }
td.TdClassName
{
border-color: #654B27;
}
.TagClassName
{
border-color: #654B27;
}
</style>