Shades of Dallas #675033
Tints of Dallas #675033
RGB
CMYK
RGB Variations
Color information
#675033 (or 0x675033) is known color: Dallas. HEX triplet: 67, 50 and 33. RGB value is (103,80,51). Sum of RGB (Red+Green+Blue) = 103+80+51=234 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.02% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 103 - color contains mainly: red. Hex color #675033 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675033 is #98AFCC. Grayscale: #535353. Windows color (decimal): -10006477 or 3362919. OLE color: 3362919.
HSL color Cylindrical-coordinate representation of color #675033: hue angle of 33.46º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #675033 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 80 | 51 | - |
| CMYK | 0 | 0.22 | 0.50 | 0.60 |
| HSL | 33.46º | 0.34% | 0.3% | - |
| HSV(B) | 33.46º | 0.5% | 0.4% | - |
| XYZ | 9.06 | 8.86 | 4.36 | - |
| YUV | 83.57 | 109.62 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 80 | 51 | 0 | 0.22 | 0.50 | 0.60 | 33.46 | 0.34 | 0.3 |
| Hex | 67 | 50 | 33 | 0 | 16 | 32 | 3C | 21 | 22 | 1E |
| Octal | 147 | 120 | 63 | 0 | 26 | 62 | 74 | 41 | 42 | 36 |
| Binary | 1100111 | 1010000 | 110011 | 0 | 10110 | 110010 | 111100 | 100001 | 100010 | 11110 |
Color Harmonies of #675033
Complementary color
Monochromatic Colors of #675033
Black with #675033
Text Example
Text Example
White with #675033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675033; }
p { color: rgb(103,80,51); }
H1.HeaderClassName
{
color: #675033;
}
.AnyTagClassName
{
color: #675033;
}
</style>
background-color css
<style>
a { background-color: #675033; }
a { background-color: rgb(103,80,51); }
div.DivClassName
{
background-color: #675033;
}
.BgClassName
{
background-color: #675033;
}
</style>
border-color css
<style>
span { border-color: #675033; }
span { border-color: rgb(103,80,51); }
td.TdClassName
{
border-color: #675033;
}
.TagClassName
{
border-color: #675033;
}
</style>