Shades of Dallas #654A30
Tints of Dallas #654A30
RGB
CMYK
RGB Variations
Color information
#654A30 (or 0x654A30) is known color: Dallas. HEX triplet: 65, 4A and 30. RGB value is (101,74,48). Sum of RGB (Red+Green+Blue) = 101+74+48=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #654A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #654A30 is #9AB5CF. Grayscale: #4F4F4F. Windows color (decimal): -10139088 or 3164773. OLE color: 3164773.
HSL color Cylindrical-coordinate representation of color #654A30: hue angle of 29.43º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #654A30 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 74 | 48 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.60 |
| HSL | 29.43º | 0.36% | 0.29% | - |
| HSV(B) | 29.43º | 0.52% | 0.4% | - |
| XYZ | 8.35 | 7.88 | 3.88 | - |
| YUV | 79.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 74 | 48 | 0 | 0.27 | 0.52 | 0.60 | 29.43 | 0.36 | 0.29 |
| Hex | 65 | 4A | 30 | 0 | 1B | 34 | 3C | 1D | 24 | 1D |
| Octal | 145 | 112 | 60 | 0 | 33 | 64 | 74 | 35 | 44 | 35 |
| Binary | 1100101 | 1001010 | 110000 | 0 | 11011 | 110100 | 111100 | 11101 | 100100 | 11101 |
Color Harmonies of #654A30
Complementary color
Monochromatic Colors of #654A30
Black with #654A30
Text Example
Text Example
White with #654A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #654A30; }
p { color: rgb(101,74,48); }
H1.HeaderClassName
{
color: #654A30;
}
.AnyTagClassName
{
color: #654A30;
}
</style>
background-color css
<style>
a { background-color: #654A30; }
a { background-color: rgb(101,74,48); }
div.DivClassName
{
background-color: #654A30;
}
.BgClassName
{
background-color: #654A30;
}
</style>
border-color css
<style>
span { border-color: #654A30; }
span { border-color: rgb(101,74,48); }
td.TdClassName
{
border-color: #654A30;
}
.TagClassName
{
border-color: #654A30;
}
</style>