Shades of Dallas #6F5032
Tints of Dallas #6F5032
RGB
CMYK
RGB Variations
Color information
#6F5032 (or 0x6F5032) is known color: Dallas. HEX triplet: 6F, 50 and 32. RGB value is (111,80,50). Sum of RGB (Red+Green+Blue) = 111+80+50=241 (31% of max value = 765). Red value is 111 (43.75% from 255 or 46.06% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5032 is #90AFCD. Grayscale: #565656. Windows color (decimal): -9482190 or 3297391. OLE color: 3297391.
HSL color Cylindrical-coordinate representation of color #6F5032: hue angle of 29.51º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F5032 is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 80 | 50 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.56 |
| HSL | 29.51º | 0.38% | 0.32% | - |
| HSV(B) | 29.51º | 0.55% | 0.44% | - |
| XYZ | 10 | 9.35 | 4.29 | - |
| YUV | 85.85 | 107.77 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 80 | 50 | 0 | 0.28 | 0.55 | 0.56 | 29.51 | 0.38 | 0.32 |
| Hex | 6F | 50 | 32 | 0 | 1C | 37 | 38 | 1E | 26 | 20 |
| Octal | 157 | 120 | 62 | 0 | 34 | 67 | 70 | 36 | 46 | 40 |
| Binary | 1101111 | 1010000 | 110010 | 0 | 11100 | 110111 | 111000 | 11110 | 100110 | 100000 |
Color Harmonies of #6F5032
Complementary color
Monochromatic Colors of #6F5032
Black with #6F5032
Text Example
Text Example
White with #6F5032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5032; }
p { color: rgb(111,80,50); }
H1.HeaderClassName
{
color: #6F5032;
}
.AnyTagClassName
{
color: #6F5032;
}
</style>
background-color css
<style>
a { background-color: #6F5032; }
a { background-color: rgb(111,80,50); }
div.DivClassName
{
background-color: #6F5032;
}
.BgClassName
{
background-color: #6F5032;
}
</style>
border-color css
<style>
span { border-color: #6F5032; }
span { border-color: rgb(111,80,50); }
td.TdClassName
{
border-color: #6F5032;
}
.TagClassName
{
border-color: #6F5032;
}
</style>