Shades of Dallas #6A4E30
Tints of Dallas #6A4E30
RGB
CMYK
RGB Variations
Color information
#6A4E30 (or 0x6A4E30) is known color: Dallas. HEX triplet: 6A, 4E and 30. RGB value is (106,78,48). Sum of RGB (Red+Green+Blue) = 106+78+48=232 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.69% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A4E30 is #95B1CF. Grayscale: #535353. Windows color (decimal): -9810384 or 3165802. OLE color: 3165802.
HSL color Cylindrical-coordinate representation of color #6A4E30: hue angle of 31.03º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A4E30 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 78 | 48 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.58 |
| HSL | 31.03º | 0.38% | 0.3% | - |
| HSV(B) | 31.03º | 0.55% | 0.42% | - |
| XYZ | 9.2 | 8.73 | 4 | - |
| YUV | 82.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 78 | 48 | 0 | 0.26 | 0.55 | 0.58 | 31.03 | 0.38 | 0.3 |
| Hex | 6A | 4E | 30 | 0 | 1A | 37 | 3A | 1F | 26 | 1E |
| Octal | 152 | 116 | 60 | 0 | 32 | 67 | 72 | 37 | 46 | 36 |
| Binary | 1101010 | 1001110 | 110000 | 0 | 11010 | 110111 | 111010 | 11111 | 100110 | 11110 |
Color Harmonies of #6A4E30
Complementary color
Monochromatic Colors of #6A4E30
Black with #6A4E30
Text Example
Text Example
White with #6A4E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A4E30; }
p { color: rgb(106,78,48); }
H1.HeaderClassName
{
color: #6A4E30;
}
.AnyTagClassName
{
color: #6A4E30;
}
</style>
background-color css
<style>
a { background-color: #6A4E30; }
a { background-color: rgb(106,78,48); }
div.DivClassName
{
background-color: #6A4E30;
}
.BgClassName
{
background-color: #6A4E30;
}
</style>
border-color css
<style>
span { border-color: #6A4E30; }
span { border-color: rgb(106,78,48); }
td.TdClassName
{
border-color: #6A4E30;
}
.TagClassName
{
border-color: #6A4E30;
}
</style>