Shades of Dallas #6B4B2E
Tints of Dallas #6B4B2E
RGB
CMYK
RGB Variations
Color information
#6B4B2E (or 0x6B4B2E) is known color: Dallas. HEX triplet: 6B, 4B and 2E. RGB value is (107,75,46). Sum of RGB (Red+Green+Blue) = 107+75+46=228 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.93% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6B4B2E is #94B4D1. Grayscale: #515151. Windows color (decimal): -9745618 or 3033963. OLE color: 3033963.
HSL color Cylindrical-coordinate representation of color #6B4B2E: hue angle of 28.52º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B4B2E is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 75 | 46 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.58 |
| HSL | 28.52º | 0.4% | 0.3% | - |
| HSV(B) | 28.52º | 0.57% | 0.42% | - |
| XYZ | 9.07 | 8.36 | 3.72 | - |
| YUV | 81.26 | 108.1 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 75 | 46 | 0 | 0.30 | 0.57 | 0.58 | 28.52 | 0.4 | 0.3 |
| Hex | 6B | 4B | 2E | 0 | 1E | 39 | 3A | 1D | 28 | 1E |
| Octal | 153 | 113 | 56 | 0 | 36 | 71 | 72 | 35 | 50 | 36 |
| Binary | 1101011 | 1001011 | 101110 | 0 | 11110 | 111001 | 111010 | 11101 | 101000 | 11110 |
Color Harmonies of #6B4B2E
Complementary color
Monochromatic Colors of #6B4B2E
Black with #6B4B2E
Text Example
Text Example
White with #6B4B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4B2E; }
p { color: rgb(107,75,46); }
H1.HeaderClassName
{
color: #6B4B2E;
}
.AnyTagClassName
{
color: #6B4B2E;
}
</style>
background-color css
<style>
a { background-color: #6B4B2E; }
a { background-color: rgb(107,75,46); }
div.DivClassName
{
background-color: #6B4B2E;
}
.BgClassName
{
background-color: #6B4B2E;
}
</style>
border-color css
<style>
span { border-color: #6B4B2E; }
span { border-color: rgb(107,75,46); }
td.TdClassName
{
border-color: #6B4B2E;
}
.TagClassName
{
border-color: #6B4B2E;
}
</style>