Shades of Dallas #654B2E
Tints of Dallas #654B2E
RGB
CMYK
RGB Variations
Color information
#654B2E (or 0x654B2E) is known color: Dallas. HEX triplet: 65, 4B and 2E. RGB value is (101,75,46). Sum of RGB (Red+Green+Blue) = 101+75+46=222 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.50% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 46 (18.36% from 255 or 20.72% from 222); Max value from RGB is 101 - color contains mainly: red. Hex color #654B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654B2E is #9AB4D1. Grayscale: #4F4F4F. Windows color (decimal): -10138834 or 3033957. OLE color: 3033957.
HSL color Cylindrical-coordinate representation of color #654B2E: hue angle of 31.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #654B2E is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 75 | 46 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.60 |
| HSL | 31.64º | 0.37% | 0.29% | - |
| HSV(B) | 31.64º | 0.54% | 0.4% | - |
| XYZ | 8.38 | 8 | 3.69 | - |
| YUV | 79.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 75 | 46 | 0 | 0.26 | 0.54 | 0.60 | 31.64 | 0.37 | 0.29 |
| Hex | 65 | 4B | 2E | 0 | 1A | 36 | 3C | 20 | 25 | 1D |
| Octal | 145 | 113 | 56 | 0 | 32 | 66 | 74 | 40 | 45 | 35 |
| Binary | 1100101 | 1001011 | 101110 | 0 | 11010 | 110110 | 111100 | 100000 | 100101 | 11101 |
Color Harmonies of #654B2E
Complementary color
Monochromatic Colors of #654B2E
Black with #654B2E
Text Example
Text Example
White with #654B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654B2E; }
p { color: rgb(101,75,46); }
H1.HeaderClassName
{
color: #654B2E;
}
.AnyTagClassName
{
color: #654B2E;
}
</style>
background-color css
<style>
a { background-color: #654B2E; }
a { background-color: rgb(101,75,46); }
div.DivClassName
{
background-color: #654B2E;
}
.BgClassName
{
background-color: #654B2E;
}
</style>
border-color css
<style>
span { border-color: #654B2E; }
span { border-color: rgb(101,75,46); }
td.TdClassName
{
border-color: #654B2E;
}
.TagClassName
{
border-color: #654B2E;
}
</style>